/* ******************************************
' 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
{
	background-color:#D4D383;
}
.text
{	
	font-family:Georgia,Arial,Verdana,sans-serif,Courier,Times New Roman;
	font-size:12px;
	line-height:16px;
	text-align:justify;
	color:#330099;
}


.contentext
{
	font-family:Georgia,Arial,sans-serif,Courier,Times New Roman;
	font-size:12px;
	line-height:16px;
	text-align:justify;
	color:#330099;
}

.brdcrmb
{
	font-family:Arial,Verdana,sans-serif,Courier,Times New Roman;
	font-size:12px;
	line-height:16px;
	text-align:justify;
	color:#E1BC6F;
	font-weight:bold;
	text-decoration:none;
}
.brdcrmb a
{
	font-family:Verdana,Arial,sans-serif,Courier,Times New Roman;
	font-size:12px;
	font-weight:bold;
	line-height:16px;
	text-align:justify;
	text-decoration:none;
	color:#E1BC6F;
	font-weight:normal;
}
.brdcrmb a:hover
{
	font-family:Verdana,Arial,sans-serif,Courier,Times New Roman;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	text-align:justify;
	text-decoration:none;
	color:#E1BC6F;
	font-weight:normal;
}


tbody
{
	font-family:Georgia,Arial,sans-serif,Courier,Times New Roman;
	font-size:12px;
	line-height:16px;
	text-align:justify;
	color:#003399;
}

a
{
font-family: Georgia, Arial, Verdana, sans-serif, Courier, "Times New Roman";
font-size: 12px;
font-weight: bold;
color:  #330099;
text-decoration: underline;
}
a:hover
{
font-family: Georgia, Arial, Verdana, sans-serif, Courier, "Times New Roman";
font-size: 12px;
font-weight: normal;
color: #4250FD;
text-decoration: none;
}
a:visited
{
font-family: Georgia, Arial, Verdana, sans-serif, Courier, "Times New Roman";
font-size: 12px;
color:  #330099;
text-decoration: underline;

}


.footer
{

	font-family:Georgia,Arial,Verdana,sans-serif,Courier,Times New Roman;
	font-size:12px;
	font-weight:normal;
	text-align:justify;
	color:#330099;
}
a.footer 
{
	font-family:Georgia,Arial,Verdana,sans-serif,Courier,Times New Roman;
	font-size:12px;
	font-weight:normal;
	text-align:justify;
	text-decoration:underline;
	color:#330099;
}
a.footer:hover
{
	font-family:Georgia,Arial,Verdana,sans-serif,Courier,Times New Roman;
	font-size:12px;
	font-weight:normal;
	text-align:justify;
	text-decoration:underline;
	color:#330099;
}


a.leftnav
{
	font-family: Verdana,Arial,sans-serif,Courier,Times New Roman;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration: none;
	padding:4px;
}

a.leftnav:visited  {
font-family: Verdana,Arial,sans-serif,Courier,Times New Roman;
font-size: 12px;
font-weight: bold;
color:#FFFFFF;
text-decoration: none;
}

a.leftnav:hover  {
	font-family: Verdana,Arial,sans-serif,Courier,Times New Roman;
	font-size: 12px;
	font-weight: bold;
	color: #D29A27;
	background-color: #BDD2E9;
	text-decoration: none;
	padding: 4px;
}

a.leftnav:active  {
font-family: Verdana,Arial,sans-serif,Courier,Times New Roman;
font-size: 12px;
font-weight: bold;
color: #D29A27;
background-color:#BDD2E9;
text-decoration:none;
}

a.left
{
font-family: Verdana,Arial,sans-serif,Courier,Times New Roman;
font-size: 15px;
font-weight: bold;
color:#330099;
text-decoration: none;
}

a.left:visited  {
font-family: Verdana,Arial,sans-serif,Courier,Times New Roman;
font-size: 15px;
font-weight: bold;
color:#330099;
text-decoration: none;


}
a.left:hover  {
font-family: Verdana,Arial,sans-serif,Courier,Times New Roman;
font-size: 15px;
font-weight: bold;
color:#330099;
text-decoration: underline;

}
a.left:active  {
font-family: Verdana,Arial,sans-serif,Courier,Times New Roman;
font-size: 15px;
font-weight: bold;
color: #330099;
text-decoration: underline;
}

a.leftchild
{
font-family: Verdana,Arial,sans-serif,Courier,Times New Roman;
font-size: 12px;
color:#330099;
font-weight: normal;
text-decoration: none;
}

a.leftchild:hover  {
font-family: Verdana,Arial,sans-serif,Courier,Times New Roman;
font-size: 12px;
font-weight: normal;
text-decoration: underline;
}
a.leftchild:active  {
font-family: Verdana,Arial,sans-serif,Courier,Times New Roman;
font-size: 12px;
font-weight: normal;
color: #330099;
text-decoration: underline;
}

.button
{
	font-family:Verdana,Arial,sans-serif,Courier,Times New Roman;
	font-size : 12px;
	color:#003399;
	border-right: #003399 1px solid;
	border-top:#003399 1px solid;
	border-left:#003399 1px solid;
	border-bottom:#003399 1px solid;
	background-color: #FFFFCC;
}
.txtbox_small
{
	 border-right: #001018 1px solid;
	 border-top:#001018 1px solid;
	 border-left:#001018 1px solid;
	 border-bottom:#001018 1px solid;
	 font-size: 12px;
	 font-family: Verdana,Arial,sans-serif,Courier,Times New Roman;
	 background-color:#FFFFFF;
	 color:#003399;
	 text-align:left;
	 width: 140;
}

.imgbor {
	border: 1px solid #848720;
}
.heads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #090081;
	font-weight: bold;
}
.texts {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-align:left;
	line-height: 14px;
}

.norpt {
	background-repeat:no-repeat;
	
}


/**************************************************/
