/* ******************************************
' Project : NSN-ULTRAV20
' Manager : DAR
' Author  : AMM
' Created : 110106
' Graphics: XXX
' Edits By: XXX
' Doc Role: Define CSS	HERE
' ********************************************

*/

/*		 HERE		COMES			COMMON			CSS	*/
.info_text
{
    color:#00A800;
	font-family:Verdana,Arial,sans-serif,Courier,Times New Roman;
    font-size:12px;
	font-weight:bold;
	line-height:12px;
}

.succ_text
{
    color:#003399;
	font-family:Verdana,Arial,sans-serif,Courier,Times New Roman;
    font-size:12px;
	font-weight:bold;
	line-height:12px;
}

.errtext
{
	font-family:Verdana,Arial,sans-serif,Courier,Times New Roman;
	font-size:12px;
	font-weight:bold;
	color: #ff0000;
}
/*		CSS ABOVE IT IS COMMON	DO NOT CHANGE IT	*/


/*		CSS BELOW THIS IS SITE SPECIFIC			*/

.background
{
	
	border-right:#860E1D 1px solid;
	border-top:#860E1D 1px solid;
	border-left:#860E1D 1px solid;
	border-bottom:#860E1D 1px solid;
	background-image: url(http://www.4sda.com/content/bg.jpg);
}

.text
{
	font-family:Verdana,Arial,sans-serif,Courier,Times New Roman;
	font-size:12px;
	line-height:16px;
	text-align:justify;
	color:#000000;
}

.foottext
{
	font-family:Arial,sans-serif,Courier,Times New Roman,Verdana;
	font-size:11px;
	line-height:16px;
	text-align:justify;
	color:#000000;
}

.headnav
{
	font-family:Verdana,Arial,sans-serif,Courier,Times New Roman;
	font-size:9px;
	color:#FFFFFF;
	font-weight:normal;

}

.footnav
{
	font-family:Verdana,Arial,sans-serif,Courier,Times New Roman;
	font-size:12px;
	color:#840E1F;
	font-weight:normal;
}

tbody
{
	font-family:Verdana,Arial,sans-serif,Courier,Times New Roman;
	font-size:12px;
	line-height:16px;
	text-align:justify;
	color:#003399;
}

.leftnavpic
{
	
	background-image:url(../graphics/arowdn.gif);
}

.leftnavi
{
	font-family: Arial,sans-serif,Courier,Times New Roman,Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #840E1F;
	text-decoration: none;
}

.leftnavchild
{
	font-family: Verdana,Arial,sans-serif,Courier,Times New Roman;
	font-size: 12px;
	font-weight: normal;
	color: #840E1F;
	text-decoration: none;
}

a
{
	font-family: Verdana,Arial,sans-serif,Courier,Times New Roman;
	font-size: 12px;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}

a.leftnav
{
	font-family: Verdana,Arial,sans-serif,Courier,Times New Roman;
	font-size: 12px;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}

a.leftnav:visited
{
	font-family: Verdana,Arial,sans-serif,Courier,Times New Roman;
	font-size: 12px;
	font-weight: bold;
	color:#003399;
	text-decoration: none;
}

/*a.leftnav:hover
{
	font-family: Verdana,Arial,sans-serif,Courier,Times New Roman;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFCC;
	background-color: #003399;
	text-decoration: none;
}*/

a.leftnav:active
{
	font-family: Verdana,Arial,sans-serif,Courier,Times New Roman;
	font-size: 12px;
	font-weight: normal;
	color: #003399;
	background-color: #FFFFCC;
	text-decoration: none;
}

.button
{
	font-family:Verdana,Arial,sans-serif,Courier,Times New Roman;
	font-size : 12px;
	color:#860B1F;
	border-right: #003399 1px solid;
	border-top:#003399 1px solid;
	border-left:#003399 1px solid;
	border-bottom:#003399 1px solid;
	background-color: #FFFFFF;
}

.headbutton
{
	font-family:Verdana,Arial,sans-serif,Courier,Times New Roman;
	font-size : 12px;
	color:#860B1F;
	border-right: #003399 0px solid;
	border-top:#003399 0px solid;
	border-left:#003399 0px solid;
	border-bottom:#003399 0px solid;
	background-color: #FFFFFF;
}
.txtbox_head
{
	 border-right: #001018 0px solid;
	 border-top:#001018 0px solid;
	 border-left:#001018 0px solid;
	 border-bottom:#001018 0px solid;
	 font-size: 12px;
	 font-family: Verdana,Arial,sans-serif,Courier,Times New Roman;
	 background-color:#FFFFFF;
	 color:#003399;
	 text-align:left;
	 width: 140;
}
/**************************************************/