/* CSS Document */

a:link {
	color: #000099;
	text-decoration: underline;
} 
a:visited {color: #000099} 
a:hover {color: #CC0000} 
a:active {color: #CC0000} 
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
} 
.mytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666699;
	text-decoration: underline;
	line-height: 16px;
} 
.mytext a:link {color: #333333; text-decoration: underline} 
.mytext a:visited {color: #666666; text-decoration: underline} 
.mytext a:hover {color: #000099; text-decoration: underline} 
.mytext a:active {color: #333333; text-decoration: none} 
.mytext2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7899BB;
	line-height: 16px;
	font-weight: bold;
} 
.mytext2 a:link {color: #7899BB; text-decoration: none} 
.mytext2 a:visited {color: #7899BB; text-decoration: none} 
.mytext2 a:hover {color: #FF3300; text-decoration: none} 
.mytext2 a:active {color: #FF3300; text-decoration: underline} 
.mytext3 {
	font-family: sans-serif, Verdana, Arial, Helvetica;
	font-size: 14px;
	color: #7899BB;
	line-height: 18px;
	font-weight: bold;
} 
.mytext3 a:link {color: #7899BB; text-decoration: none} 
.mytext3 a:visited {color: #7899BB; text-decoration: none} 
.mytext3 a:hover {color: #FF3300; text-decoration: none} 
.mytext3 a:active {color: #FF3300; text-decoration: underline} 
.cell_bg1 {
	background-image: url(images/bg3.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #FFFFFF;
}
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 13px;
	margin-bottom: 13px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-color: #DFE2DC;
	padding: 2px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #666666;
	font-variant: normal;
	font-style: normal;
}
