/* CSS Document */

body
{
margin:0px;
padding:0px;
}

.orange_text_normal
	{
	font-family:tahoma;
	font-size:11px;
	color:#fc8505;
	text-decoration:none;
	font-weight:700;
	line-height:20px;
	}
	
	.orange_text_normal a
	{

	
	font-family:tahoma;
	font-size:11px;
	color:#fc8505;
text-decoration:none;
	font-weight:700;
	line-height:20px;
	}
.orange_text_normal a:hover
	{

	
	text-decoration:underline;
	font-family:tahoma;
	font-size:11px;
	color:#fc8505;

	font-weight:700;
	line-height:20px;
	}

form
	{
	margin:0px;
	padding:0px;
	}
.top_orange
	{
	background-image:url(../images/top_orange.gif);
	background-repeat:no-repeat;
	height:18px;
	}
.white_center_text
	{
	font-family:tahoma;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
	line-height:14px;
	padding-left:11px;
	padding-right:11px;
	padding-bottom:7px;

	}
.white_center_text_bold
	{
	font-family:tahoma;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
	line-height:20px;
	font-weight:700;
	text-transform:uppercase;
	padding-left:11px;
	padding-right:11px;
	}
.white_center_text_bold a
	{
	font-family:tahoma;
	font-size:11px;
	color:#ffffff;
	text-decoration:underline;
	line-height:20px;
	font-weight:700;
	text-transform:uppercase;
	}
.white_center_text_bold a:hover
	{
	font-family:tahoma;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
	line-height:20px;
	font-weight:700;
	text-transform:uppercase;
	}
.orange_cut_curve
	{
	background-image:url(../images/orange_cut_curve.gif);
	background-repeat:no-repeat;
	font-family:tahoma;
	padding-top:10px;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
	line-height:20px;
	font-weight:700;
	text-transform:uppercase;
	padding-left:11px;
	padding-right:11px;
	}
.orange_cut_curve a
	{
	font-family:tahoma;
	font-size:11px;
	color:#ffffff;
	text-decoration:underline;
	line-height:20px;
	font-weight:700;
	text-transform:uppercase;
	}
.orange_cut_curve a:hover
	{
	font-family:tahoma;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
	line-height:20px;
	font-weight:700;
	text-transform:uppercase;
	}
.botton_navigation
	{
	font-family:Verdana;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	line-height:20px;
	}
.botton_navigation a
	{
	font-family:Verdana;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	line-height:20px;
	padding-left:8px;
	padding-right:8px;
	}
.botton_navigation a:hover
	{
	font-family:Verdana;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:underline;
	line-height:20px;
	}
.doted_line
	{
	background-image:url(../images/doted_line.gif);
	height:1px;
	}
.left_navigation
	{
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:700;
	color:#333333;
	text-decoration:none;
	}
.left_navigation:hover
	{
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ff8501;
	text-decoration:none;
	}
.heading
	{
	font-family:tahoma;
	font-size:14px;
	color:#fc8505;
	text-decoration:none;
	font-weight:700;
	line-height:20px;
	}


.normal_text
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-decoration:none;
	line-height:15px;
	text-align:justify;
	}
.normal_text1
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-decoration:none;
	line-height:15px;
	}
/*top navigation start here*/
	
	#glowingtabs{
	float:left;
	font-size:11px;
	font-family:Tahoma;
	line-height:normal;
	float:right;

	/*Add border strip to bottom of menu*/
	}
	
	#glowingtabs ul{
	list-style-type: none;
	margin:0;
	margin-left: 0px; /*Left offset of entire tab menu relative to page*/
	padding:0;
	}
	
	#glowingtabs li{
	display:inline;
	margin:0;
	padding:0;
	
	}
	
	#glowingtabs a{
	float:left;
	background:url(../images/proto_top_left_button.gif) no-repeat left top;
	margin:0;
	margin-right: 5px; /*spacing between each tab*/
	padding:0 0 0 9px;
	text-decoration:none;
	}
	
	#glowingtabs a span{
	float:left;
	display:block;
	background:url(../images/proto_top_right_button.gif) no-repeat right top;
	padding: 6px 18px 5px 12px;
	font-weight:bold;
	color:#ffffff;
	}
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
	#glowingtabs a span {float:none;}
	/* End IE5-Mac hack */
	
	#glowingtabs a:hover span {
	color: black;
	}
	
	#glowingtabs .current a{ /*Selected Tab style*/
	background-position:0 -25px;
	 /*Shift background image up to start of 2nd tab image*/
	}
	
	#glowingtabs .current a span{ /*Selected Tab style*/
	background-position:100% -25px; /*Shift background image up to start of 2nd tab image*/
	color:#000000;
	}
	
	#glowingtabs a:hover{ /*onMouseover style*/
	background-position:0% -25px; /*Shift background image up to start of 2nd tab image*/
	}
	
	#glowingtabs a:hover span{ /*onMouseover style*/
	background-position:100% -25px; /*Shift background image up to start of 2nd tab image*/
	}

	/*top navigation End here*/
.input
	{
	font-size:11px;
	color:#333333;
	width:180px;
	}
.input_normal
	{
	font-size:11px;
	color:#333333;
	width:180px;
	}

.border_grey
	{
	border:1px solid #cccccc;
	}
.grey_heading
	{
	font-family:Verdana,Tahoma,Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#282828;
	text-decoration:none;
	line-height:20px;
	}
.white_text_pad
	{
	font-size:11px; 
	color:#ffffff;
	text-decoration:none;
	font-weight:700;
	line-height:18px;
	padding-left:10px;
	}
#orange_border
	{
	border:1px solid #ffe4c4;
	
	}
#error
	{
	font-size:11px;
	color:#ff0000;
	}