body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background: #A09EAC;
}

#messages {
	margin-right: 5px;
}

.error {
	background: #E8490F;
	border: solid 2px #C30310;
	margin: 8px 0;
	padding: 3px 10px 2px;
}

.success {
	background: #BAFB97;
	border: solid 2px #85D47B;
	margin: 8px 0;
	padding: 3px 10px 2px;
}

caption {
	text-align: left;
	margin: 0 0 5px;
	color: #333366;
}

#link_man {
	width: 100%;
	margin-right: 5px;
	border: solid 2px #333366;
}

#link_man th {
	text-align: left;
	background: #333366;
	padding: 5px;
	color: #F2F2F2;
}

#link_man td {
	padding: 5px;
	cursor: move;
}

.odd {
	background: #F2F2F2;
}

.even {
	background: #FFFFFF;
}

#link_edit td {
	padding: 4px;
}

.h_f2f2f2 {
	background: #f2f2f2;
}

.h_ffaaaa {
	background: #ffaaaa;
}

.h_aaffaa {
	background: #aaffaa;
}

.h_ffffaa {
	background: #ffffaa;
}

.linkblue {
	font-family: verdana; 
	color: #333366 ;
	font-size: 10px;
	text-decoration: underline;
}

.textblue {
	font-family: verdana; 
	color: #333366 ;
	font-size: 10px;
	text-decoration: none;
}

.textredbold {
	font-family: verdana; 
	color: #FF0000 ;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.textbluebold {
	font-family: verdana; 
	color: #333366 ;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.textblueboldlarge {
	font-family: verdana; 
	color: #333366 ;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.textredbold {
	font-family: verdana; 
	color: #FF0000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.text {
	font-family: verdana; 
	color: #555555 ;
	font-size: 10px;
}

.textbold {
	font-family: verdana; 
	color: #555555 ;
	font-size: 10px;
	font-weight: bold;
}

.h_ffffff {
	background: #ffffff;
}

.tbl_main {
	background: #f2f2f2;
	width: 564px;
}

.tbl_left_background {
	background: #f2f2f2 url('/_assets/img/tbl_left_background.gif') repeat-x;
}

.tbl_middle_background {
	background: #f2f2f2 url('/_assets/img/tbl_middle_background.gif') repeat-x;
}

.tbl_right_background {
	background: #f2f2f2 url('/_assets/img/tbl_right_background.gif') repeat-x;
}

.contact_form_background {
	background: #f2f2f2 url('/_assets/img/contact_form_background.gif') repeat-y;
}

.footer_background {
	background: #f2f2f2 url('/_assets/img/footer_background.gif') repeat-x;
}

.nav {
	background: url('/_assets/img/navbar_background.gif') repeat-x;
}

.nav_header {
	background: #ffffff;
}

.block_content {
	background: #EDEDED;
   padding: 0;
   margin: 0;
}



