/* ******************************************
' 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: #003333;
	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			*/
TD{
	font-family:Verdana,Arial,sans-serif,Courier,Times New Roman;
	font-size:8pt;
	line-height:16px;
	text-align:justify;
	color: #272727;
}
.background
{
	background-color: #999999;
	background-image:url(../bg_top.html);
}
.text
{
	font-family:Verdana,Arial,sans-serif,Courier,Times New Roman;
	font-size:8pt;
	line-height:16px;
	text-align:justify;
	color: #272727;
}

h1
{
	font-family:Verdana,Arial,sans-serif,Courier,Times New Roman;
	font-size:14pt;
	font-weight: bold;
	color:#787878;

}
h2
{
	font-family:Verdana,Arial,sans-serif,Courier,Times New Roman;
	font-size:12pt;
	font-weight: bold;
	color:#787878;


}
h3
{
	font-family:Verdana,Arial,sans-serif,Courier,Times New Roman;
	font-size:10pt;
	font-weight: bold;
	color:#787878;
}



h4
{
	font-family:Verdana,Arial,sans-serif,Courier,Times New Roman;
	font-size:10pt;
	font-weight: bold;
	color:#272727;


}
tbody
{
	font-family:Verdana,Arial,sans-serif,Courier,Times New Roman;
	font-size:12px;
	line-height:16px;
	text-align:justify;
	color:#000000;
}

a
{
font-family: Verdana,Arial,sans-serif,Courier,Times New Roman;
font-size: 12px;
font-weight: bold;
color:  #002349;
text-decoration: none;
}
a:hover
{
font-family: Verdana,Arial,sans-serif,Courier,Times New Roman;
font-size: 12px;
font-weight: bold;
color:  #003333;
text-decoration: underline;
}
a:visited
{
 font-family: Verdana,Arial,sans-serif,Courier,Times New Roman;
font-size: 12px;
font-weight: bold;
color: #DCAF74;
text-decoration: none;
}
a.leftnav
{
font-family: Verdana,Arial,sans-serif,Courier,Times New Roman;
font-size: 12px;
font-weight: bold;
color:  #003333;
text-decoration: none;
}

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: #9AAAC4;
background-color:  #003333;
text-decoration: underline;
}
a.leftnav:active  {
font-family: Verdana,Arial,sans-serif,Courier,Times New Roman;
font-size: 12px;
font-weight: normal;
color:  #003333;
background-color: #9AAAC4;
text-decoration: none;
}

.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: #9AAAC4;
}
.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: #003333;
	 text-align:left;
	 width: 140;
}
/**************************************************/