/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

.text {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color: #333333;
}

.text1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color: #ffffff;
}
.text2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	color: #333333;
}
.text3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	color: #333333;
	
}
.text4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:18px;
	color: #ffffff;
}

a	{
	color: #CC6633;
	text-decoration: none;
}

a:hover	{
	text-decoration: underline;
}
/*a:visited	{
	color: #CC6633;
	text-decoration: none;
}*/
.navlink	{
	color: #333333;
	text-decoration: none;
}

.navlink:hover	{
	color: #CC6633;
	text-decoration: underline;
}

/*.navlink:visited	{
	color: #333333;
	text-decoration: none;
}*/


.navsublink	{
	color: #CC6633;
	text-decoration: none;
}

.navsublink:hover	{
	color: #333333;
	text-decoration: underline;
}

.footerlink	{
	color: #ffffff;
	text-decoration: none;
}

.footerlink:hover	{
	text-decoration: underline;
}

/*.footerlink:visited	{
	color: #ffffff;
	text-decoration: none;
}*/
.copyright {
	color: #0099CC;
	text-decoration: none;
}

.copyright:hover {
	text-decoration: underline;

}




