body{
	background-color: #3D89C3;
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
}

text,font,body,p,td{
	font-family: sans-serif, Arial, Helvetica;
	font-size: 11px;
	/*color: #4182C4;*/
	color: #0F6CB9;
}

p{
padding-left: 1px;
}

input, textarea, select{
	font-family: sans-serif, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0F6CB9;
	border: 1px solid #B3B3B1;
}

.left{
	text-align: left;
}

.center{
	text-align: center;
}

.right{
	text-align: right;
}

.left_menu_title{
	font-size: 24px;
	color: #0F6CB9;
}

.left_menu_subtitle{
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #868686;
}

.left_menu_text{
	font-size: 11px;
	font-weight: bold;
	color: #868686;
}

a:link, a:visited, a:active{
	color: #868686;
	text-decoration: none;
}

a:hover{
	border-bottom: 1px solid #0F6CB9;
}

a.left_menu_link:link, a.left_menu_link:visited, a.left_menu_link:active{
	margin-left: 10px;
	font-size: 12px;
	color: #868686;
}

a.left_menu_link:hover{
	border-bottom: 1px solid #0F6CB9;
}

.left_menu_menu_title{
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #868686;	
}

a.top_menu_link:link, a.top_menu_link:visited, a.top_menu_link:active{
	font-size: 14px;
	font-weight: bold;
	color: #F54200;
	margin-left: 10px;
	margin-right: 10px;
}

a.top_menu_link:hover{
	border-bottom: 2px solid #F54200;
}

.page_title{
	font-family: sans-serif;
	font-size: 24px;
	color: #868686;	
	border-bottom: 2px solid #0F6CB9;
}

.big_blue{
	font-size: 14px;
	font-weight: bold;
	color: #0F6CB9;
}

.small_blue{
	font-size: 10px;
	color: #0F6CB9;
}

.big_orange{
	font-size: 14px;
	font-weight: bold;
	color: #F54200;
}

.small_orange{
	font-size: 10px;
	color: #F54200;
}

.big_grey{
	font-size: 14px;
	font-weight: bold;
	color: #868686;
}

.small_grey{
	font-size: 10px;
	color: #868686;
}

.error{
	color: #F54200;
	font-weight: 600;
}

.msg{
	color: green;
	font-weight: 600;
}

td.admin_left_menu{
	border-right: 2px dotted #D9DAD5;
}

td.admin_body{
	padding-left: 10px;
}

div.box_grey{
	padding: 20px;
	width: 716px;
	background-color: #D0D1CC;
	background-image: url(../images/background_box_grey.jpg);
	background-repeat: no-repeat;
	text-align: center;
}

div.box_white{
	text-align: left;
	width:625px;
	/* border-top: 1px solid #E6E6E4; */
	/* border-right: 1px solid #E6E6E4; */
	border-top: 1px solid #B3B3B1;
	border-right: 1px solid #B3B3B1;
	border-left: 2px solid #B3B3B1;
	border-bottom: 2px solid #B3B3B1;
	background-color: White;
	padding: 10px;
	margin: 10px;
}

table.list th{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0F6CB9;
	font-weight: 600;
	text-align: left;
	border-bottom: 1px solid #0F6CB9;
}

table.list tr.normal{

	background-color: #ffffff;
	border: 1px solid #ffffff;
	cursor: hand;

}

table.list tr.normal td{

	border-bottom: 1px solid #CCCCCC;

}

table.list tr.normal_mouseover{

	background-color: #eeeeee;
	cursor: hand;

}

table.list tr.normal_mouseover td{

	border-bottom: 1px solid #777777;

}

.white_txt{
	font-family: sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.green_txt{
	font-family: sans-serif;
	font-size: 11px;
	color: #305868;
}
.blue_txt{
	font-family: sans-serif;
	font-size: 11px;
	color: #377CBF;
}
.blue_lnk{
	font-family: sans-serif;
	font-size: 11px;
	color: #0367B3;
	text-decoration:underline;
}
.blue_lnk:hover{
	font-family: sans-serif;
	font-size: 11px;
	color: #0367B3;
	text-decoration: none;
}
a.white_lnk:link, a.white_lnk:visited, a.white_lnk:active{
	font-family: sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration:underline;
}
a.white_lnk:hover{
	font-family: sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}