
html, body { 
	height: 100%; 
}
form { 
	padding: 0;
	margin: 0;
}
body { 
	margin: 0;
	padding: 0;
    font: 11px tahoma, arial;
}
.menuLines {
	background-color : #007ED2;
	margin: 0;
	padding: 0;
}
.adminTable{
border : 1px solid #007ED2;  
background-color : #D5EFFF;
}
.menutext {
	color: #003A5E;
    font-weight : bold ;
    background: #D5EFFF;
}
.form_128{
width: 120px;
border: 1px solid #007ED2;
background-color: #ffffff;
}
.form_mid{
width: 160px;
border: 1px solid #007ED2;
background-color: #ffffff;
}
.form_wide{
width: 320px;
border: 1px solid #007ED2;
background-color: #ffffff;
}
textarea, input, select{
font: 11px tahoma, arial;
font-weight : bold ;
color:#003A5E; 
padding-left: 2px;
}
A{
color: #003A5E;
font-weight : bold ;
text-decoration: none;
}
A:visited{
color: #003A5E;
font-weight : bold ;
text-decoration: none;
}
A:hover{
color: #003A5E; 
font-weight : bold ;
text-decoration: underline;
}
.bright{
color: #007ED2;
font-weight : bold ;
text-decoration: none;
}
.bright:visited{
color: #007ED2;
font-weight : bold ;
text-decoration: none;
}
.bright:hover{
color: #003A5E; 
font-weight : bold ;
text-decoration: underline;
}
TD {
font: 11px tahoma, arial;
color: #000000;  
}
.formButton { 
background-color: #ffffff;
border: 1px solid #007ED2;
color: #003A5E;
font: 11px tahoma, arial;
}
.error{
color: #007ED2; 
font-weight : bold;  
font-size : 15px;  
}
.required{
color: #007ED2; 
font-weight : bold;
}
.bigtext {
color: #007ED2; 
font-weight : bold;
font-size : 13px; 
}
.small {
font-weight : normal;
font-size : 9px; 
}
img {
border: 0; 
}
hr {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #007ED2;
	height: 1px;
}

