/* CSS Document */

body {
	margin: 0px;
	background-image: url(images/bg2.jpg);
	background-repeat: repeat-x;
	padding-bottom: 10px;

	SCROLLBAR-FACE-COLOR: #CFCECE;
 	SCROLLBAR-HIGHLIGHT-COLOR: #CFCECE;
	SCROLLBAR-SHADOW-COLOR: #353535;
	SCROLLBAR-3DLIGHT-COLOR: #353535;
	SCROLLBAR-ARROW-COLOR:  #353535;
	SCROLLBAR-TRACK-COLOR: #CFCECE;
	SCROLLBAR-DARKSHADOW-COLOR: #CFCECE; 
}

a:link {color: #003399} 
a:visited {color: #003399} 
a:hover {color: #CC0000} 
a:active {color: #666666} 
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
} 
li {color: #333333; list-style-type: square} 
ul {color: #339966; list-style-type: square} 
ol {color: #339966} 
.mytext {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #333333} 
.mytext a:link {color: #999999; text-decoration: underline} 
.mytext a:visited {color: #999999; text-decoration: underline} 
.mytext a:hover {color: #CC0000; text-decoration: none} 
.mytext a:active {color: #999999; text-decoration: none} 
.mytext2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #6666CC} 
.mytext2 a:link {color: #6666CC; text-decoration: none} 
.mytext2 a:visited {color: #6666CC; text-decoration: none} 
.mytext2 a:hover {color: #CC0000; text-decoration: underline} 
.mytext2 a:active {color: #CC0000; text-decoration: underline} 
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333399;
}
.sub1 {
	color: #666666;
}
.corner {
	background-image: url(images/corner-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.tagline {
	font-weight: bold;
	color: #333399;
}

