/* CSS Document */

a:link { color: #666666; text-decoration: none}
a:visited { color: #666666; text-decoration: none}
a:active { color: #FF6600; text-decoration: underline}
a:hover { color: #FF6600; text-decoration: underline}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.tahoma_10 {	font-family: Tahoma;
	font-size: 10px;
}
.blue_bold_14 {
	font-size: 14px;
	font-weight: bold;
	color: #1C95BE;
}
.tahoma_12 {font-family: Tahoma; font-size: 12px; }
.glay_14 {color: #666666}
.glay_12 {font-family: Tahoma; font-size: 12px; color: #666666; }
.glay_bold_12 {font-family: Tahoma; font-size: 12px; color: #666666; font-weight: bold; }
.pink_bold {
	color: #BA7592;
	font-weight: bold;
}
.violet_bold {color: #993399; font-weight: bold; }
.violet_12 {
font-size: 12px;
font-family: Tahoma;
color: #993399;
}
.red_16 {
 font-family:Tahoma;
 font-size:16px;
 font-weight: bold;
 color: #A80000;
 text-decoration: none
}
.green {color: #009999}
.green_bold {color: #009999; font-weight: bold; }