body {
background-color : #E6F1FF;
margin-top: auto;
margin-left: auto;
font-family : Arial,Helvetica,sans-serif;
}

.body_box
{
border: 1px solid #485E7C;
background: URL("images/fill_bg_page.jpg") no-repeat;
margin: auto;
}


.menu_horz_main
{
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
text-decordation: none;
background: URL("images/menu_bg_horz.png");
background-repeat: repeat-x;
padding-left: 10px;
padding-top: 4px; 
padding-bottom: 4px;
}

a.menu_horz_main_link
{
color: #FFFFFF;
text-decoration: none;
background: URL("images/menu_horz_mouseoff.png");
background-repeat: no-repeat;
padding-left: 12px;
}

a:hover.menu_horz_main_link
{
color : #FFB400;
background: URL("images/menu_horz_mouseon.png");
background-repeat: no-repeat;
}

a.menu_vert_main_link
{
color: #FFFFFF;
font-size: 10px;
font-weight: bold;
text-decoration: none;
background: URL("images/menu_horz_mouseoff.png");
background-repeat: no-repeat;
padding-left: 14px;
line-height: 26px;

}

a:hover.menu_vert_main_link
{
color : #FFB400;
background: URL("images/menu_horz_mouseon.png");
background-repeat: no-repeat;
clear: right;
}

a.home_body_link
{
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
text-decoration: none;
background: URL("images/home_arrow_off.png");
background-repeat: no-repeat;
padding-left: 12px;
line-height: 26px;
}

a:hover.home_body_link
{
color : #FFB400;
background: URL("images/home_arrow_over.png");
background-repeat: no-repeat;
}

.menu_sidebar
{
background : #7E94B0;
border-right: 1px solid #485E7C;
}



/* General hyperlink treatment										*/

a
{
color : #406DA5;
text-decoration: none;
}
a:hover
{
color : #FFB400;
text-decoration: none;
}

.txt_sm 		{
font-size: 9px;
font-weight : normal;
color: #424242;
text-decoration: none;
}

.txt_md 		{
font-size: 11px;
font-weight : normal;
color: #424242;
text-decoration: none;
}

a.txt_md	{
color: #7F7F7F;
font-weight: bold;
}

a.txt_md:hover 	{	
color: #EE9B00;
text-decoration: none;
}

a.txt_md:active 	{	
color: #EE9B00;
text-decoration: none;
}

.txt_lg
{
color: #000000;
font-size: 12px;
font-weight: bold;
}

.txt_heading
{
font-size: 16px;
font-weight: bold;
}

.txt_form
{
color : #485E7C;
font-size : 10px; 
}

.txt_body_box
{
background : #FFFFFF;
color : #000000; 
font-size : 11px; 
font-weight: normal; 
border-right : 1px solid #485E7C;
}

.txt_body
{
background : #FFFFFF;
color : #000000; 
font-size : 11px; 
font-weight: normal; 
}

/* FORM Elements					*/

hr {
color:#9AA4AB;
border: thin dotted;
}

/* Form elements			*/
input
{
	background-color: #E7E7E7;
	color: #000000;
	font-size: 9px;
	border: 1px solid #000000;
}

textarea
{
	background-color: #E7E7E7;
	border: 1px solid #000000;
	color: #000000;
	font-family: arial, verdana, ms sans serif;
	font-size: 10px;
	font-weight: normal;
	scrollbar-face-color: #C0C0C0;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #000A0F;
	scrollbar-arrow-color: #FF9009;
	scrollbar-track-color: #E7E7E7;
	scrollbar-darkshadow-color: #c2c2c2;

}
select
{
	background-color: #E7E7E7;
	color: #000000;
	font-size: 9pt;
	border: 1px solid #000000;
}

button
{
	background-color: #E7E7E7;
	color: #000000;
	padding : 1px;
	font-size: 9pt;
	font-weight: bold;
	border: 1px solid #FFFFFF;
}

/* Form elements : undo style definition		*/
.no_class_form
{
background-color: #FFFFFF;
border: none;
}



/* Specific Elements 																*/
.status
	{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	}


.header
	{
	 color: #fff;
	 font-size: 9pt;
	 font-family: Verdana;
	 float: right;
	 padding-right: 20px;
	}

.black
	{
	 font-color: black;
	}


