/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffcc00;
	background-image:url(../images/bg_tile.gif);
	background-repeat:repeat-x;
}

.logobg {
background-image:url(../images/top_logo.gif);
background-repeat:no-repeat;
}
.topbg {
background-image:url(../images/mainbg_top.gif);
background-repeat:no-repeat;
background-position:top;
background-color:#FFFFFF;
}
.btbg {
background-image:url(../images/mainbg_bt.gif);
background-repeat:no-repeat;
background-position:bottom;
background-color:#FFFFFF;
}

a:link {color: #333333;text-decoration: none;}
a:visited {text-decoration: none;color: #333333;}
a:hover {text-decoration: underline;color: black;}
a:active {text-decoration: none;color: #333333;}

a.blue:link {color: #003399;text-decoration: underline;}
a.blue:visited {text-decoration: underline;color: #003399;}
a.blue:hover {text-decoration: underline;color: #000000;}
a.blue:active {text-decoration: underline;color: #003399;}

a.blue2:link {color: #0066CC;text-decoration: underline;}
a.blue2:visited {text-decoration: underline;color: #0066CC;}
a.blue2:hover {text-decoration: underline;color: #333333;}
a.blue2:active {text-decoration: underline;color: #0066CC;}

a.bottom:link {color: #333333;text-decoration: none;}
a.bottom:visited {text-decoration: none;color: #333333;}
a.bottom:hover {text-decoration: underline;color: #333333;}
a.bottom:active {text-decoration: underline;color: #333333;
}

.text1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
}
.header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-style: normal;
	font-weight: bold;
	color:#0078ff;
	letter-spacing:-.1em;
}
.text2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.text3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.bottom-links {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-style: normal;
	font-weight: bold;
	color: #45473E;
}
.copyrights {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
h1 { font-size:16px;}
h2 { font-size:14px;}
h3 { font-size:13px;}


