/* CSS Document */

body	{ margin:0px; background-color:#D6D6D6;}

.border{ border:solid 1px #CCCCCC;}

.redborder{ border:solid 1px #E10B00;}

.lightgrey
	{
	background-color:#F5F5F5;
	}

.white_bg
	{
	background-color:#FFFFFF;
	}

.yellow_bg
	{
	background-color:#CDCC34;
	}
	
.orange_bg
	{
	background-color:#FF3300;
	}
	
.grey_bg
	{
	background-color:#CCCCCC;
	}

.balck_stripe
	{
	background-image:url(images/black_stripe.gif);
	background-repeat:repeat-x;
	height:97px;
	}
	
.stripe_bg
	{
	background-image:url(images/yellow_stripe.gif);
	background-repeat:no-repeat;
	}
	
	
.yellow_text
	{
	font:Verdana;
	font-size:18px;
	font-weight:bold;
	color:#CCCC33;
	}
	
.extra_yellowtext
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#CCCC33;
	}
	
.height
	{
	height:15px;
		}	

	
.normaltext
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	}

.boldtext
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#333333;
	}
	
.red_normaltext
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#E10B00;
	}
.red_errortext
	{
	border: 1px dashed #666666;
	background-color: #f2f2f2; 
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF0000;
	font-weight:bold;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:8px;
	padding-right:8px;
	}
.red_normaltext1
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#E10B00;
	padding-left:10px;
	}
	
.blacktext
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	height:20px;

	}
	
.blacktext1
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	padding-left:5px;
	}
	
.redtext
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#E10B00;
	font-weight:bold;
	}
	
.yellow_normaltext
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CCCC33;
	font-weight:bold;
	}
	
a.top_link
	{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#C6C8CA;
	text-decoration:none;
	}
	
.top_link:hover
	{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#CCCC33;
	text-decoration:none;
	}
	
a.link
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#2C2C2C;
	text-decoration:none;
	padding-left:10px;
		}
	a.link:hover
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#E10B00;
	text-decoration:none;
	padding-left:10px;
		}

a.link1
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#2C2C2C;
	text-decoration:none;
	
		}
	a.link1:hover
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#E10B00;
	text-decoration:none;
	
		}
	
	

	
a.normal_link
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#5A5A5A;
	}
	
a.normal_link:hover
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#FF3300;
	}
	
.linktext
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5A5A5A;
	text-decoration:none;
	height:25px;
	
	padding-left:10px;
		}