body {
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #274158;
}

body, p, ul, ol, table, div {
color:#555;
font-size:12px;
}
img {
border-width:0px;
}

a:link, a:visited { 
	font-weight: bold;  
	text-decoration: none; 
	color: #36c;
	}

 a:hover, a:active { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #69f;
	}

a.no_bold:link, a.no_bold:visited {text-decoration: none; color : #115EAC; font-weight:200;}
a.no_bold:hover, a.no_bold:active {font-weight:200;	text-decoration: underline; background-color: #DEE7EF;} 

a.red:link, a.red:visited {text-decoration: none; color : #CC0000; font-weight:600;}
a.red:hover, a.red:active {font-weight:600;	text-decoration: underline; background-color: #F3E0E3;} 
form#loginform input{
	color : #123466;
	background-color : #fff;
	width : 116px;
	border : 1px solid #ddd;
}

form#loginform input.submit{
	width : 60px;
	border : 1px solid #123466;
	color : #123466;
	background-color : #ddd;
}

form#loginform, form#loginform table, form#loginform tr, form#loginform td{
	margin : 0;
	padding : 0;
}

form#loginform table th{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color : #115EAC;
	background-color : #fefefe;
	font-size : 11px;
	text-align : left;
	margin : 0;
	padding : 0;
}

img.left {
	display : inline; 
	margin: 20px 20px 50px 0px; /* TOP - RIGHT - BOTTOM - LEFT */
	float : left;
} 

img.right {
	margin: 20px 20px 5px 0px; /* TOP - RIGHT - BOTTOM - LEFT */
	display: inline; 
	float : right;
}
img.under {
margin:10px;
}

caption {
font-weight:600;
font-size:120%;
line-height:25px;
text-align:center;
}
table {
font-size:100%;
text-align:center;
width:75%;
line-height:18px;
}
table.autowidth {
width:auto;
}
tr.title {
font-weight:600;
}
.dark {
background-color:#eee;
}

.dark_dotted {
background-color:#eee;
border:1px dotted #ccc;
}
