html, body {
	margin: 0;
	padding: 0;
}

body, td {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
}

body {	
	color: #000000;
	background: url('sky1.jpg') repeat-x #414c8b;
}

td.f {
   background: #FFFFFF;
}

.main_area {
	width: 760px;
	background: #ffffff;
	border: 8px solid #778899;
	text-align: left;
}

.app_table  {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}

.app_table2 {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	border: 1px solid #999;
}

.app_heading {
	background: #004;
	color: #fff;
	margin: 0;
	padding: 4px;
	background: #122c67 url('darkbluegrad2.jpg') repeat-x;
	font-weight: bold;
}

.app_row {
	background: #fff;
	color: #000;
	margin: 0;
	padding: 11px;
}

.content  {
	width: 580px;
	padding: 5px 5px 5px 5px;
	font-size: 13px;
}

.content_features  {
	padding: 5px 5px 5px 5px;
	font-size: 13px;
}

.white {
	color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 19px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}


.footer {
	background: #0e0c3f;
	border: 1px solid #ffffff;
	color: #cacaca;
	font-size: 10px;
	text-align: center;
}
/*
.footer {
	margin: 0;
	padding: 5px;
	width: 760px;
	max-width: 750px;
	background: #333366;
	color: #cacaca;
	font-size: 11px;
	text-align: center;
}
*/
.login_input {
   background: #CCCCCC;
   color: #000000;
   width: 80px;
   border: 1px solid #666666;
   padding: 1px;
}
.login_submit {
   background: #CCCCCC;
   width: 50px;
   color: #000000;
}

.small_text {
   font-size: 11px;
   color: #FFCC00;
   font-weight: bold;
   padding-left: 2px;
}

.blueloginbox {
	background: #0e0c3f;
	width: 176px;
	max-width: 176px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	border: 1px solid #fff;
	height: 80px;
}

.smalltopbox {
	background: #229966;
	width: 176px;
	max-width: 176px;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	height: 65px;
	text-align: right;
	vertical-align: middle;
}

#clockid {
	width: 176px;
	height: 70px;
	max-height: 70px;
	max-width: 176px;
}

.topadvert {
	width: 580px;
	height: 160px;
	max-height: 160px;
	border: 1px solid #fff;
	background: #559966;
	vertical-align: top;
}

.menu_bar {
	background: #0e0c3f;
	border: 1px solid #ffffff;
}

.righthandcolumn {
	height: 400px;
	padding-top: 5px;
	vertical-align: top;
}



A:link, A:visited, A:hover, A:active {
	font-weight: bold;
	color: #000033;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}

A.grey:link, A.grey:visited, A.grey:hover, A.grey:active {
	font-weight: bold;
	color: #cacaca;
	text-decoration: none;
}
A.grey:hover {
	text-decoration: underline;
	color: #FFF;
}


#floatleft1 {
	float: left;
}
#floatleft2 {
	float: left;
}
#floatleft3 {
	float: left;
}
#floatleft4 {
	float: left;
}
#floatleft5 {
	float: left;
}
#floatleft6 {
	float: left;
}
#floatright {
	float: right;
}
.menu_button_border	{ 
	width: 100%;
	padding: 0;
	margin: 0;
} 

div.menu_button {
	width: 90px; 
	top: 0; 
	left: 0;  
}
div.date {
	width: 176px; 
	top: 0; 
	left: 0; 
	font-size: 11px;
	color: #fff;
	text-align: right;
	vertical-align: middle;
	padding: 5px;
}
div.menu_button a  { 
	width: 100%;  
	padding-top: 5px; 
	padding-bottom: 5px; 
	color: #ffffff; 
	text-decoration:none; 
	display:block; 
	text-align: center; 
	background-color: #0e0c3f; 
	font-size: 12px; 
}
div.menu_button a:visited { 
	color: #ffffff;  
	text-decoration:none; 
/*	background-color: #0e0c3f; */
} 
div.menu_button a:active { 
	color: #ffffff;  
	text-decoration:none; 
/*	background-color: #303074; */
} 
div.menu_button a:link { 
	color: #ffffff;  
	text-decoration:none; 
/*	background-color: #0e0c3f; */
}
div.menu_button a:hover { 
	color: #ffffff; 
	text-decoration:none;
	background: url('bluegrad1.jpg') repeat-x; 
}

.money_field {
	border: 1px solid #999;
	background: #ffffff;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	padding: 1px;
}
.money_field2 {
	border: 1px solid #FFF;
	background: #ffffff;
	text-align: right;
	font-size: 13px;
	font-weight: bold;
	padding: 1px;
}

.inputbox{ 
	border: 1px solid #999;
	background: #ffffff;
	text-align: left;
	font-size: 13px;
	padding: 1px;
}
.textbox {
	border: 1px solid #999;
	background: #ffffff;
	text-align: left;
	font-size: 13px;
	font-family: arial, helvetica, sans-serif;
	width: 223px;
	height: 120px;
}
.clearinputbox{ 
	border: 1px solid #FFF;
	background: #ffffff;
	text-align: left;
	font-size: 13px;
	padding: 1px;
}
.bt1 {
   background: #C1cae2;
   border: 1px outset #a2a8d1;
   color: #000000;
   font-weight: bold;
   padding: 0px;
   width: auto;
   overflow: visible;
}

.required {
	font-weight: bold;
	color: #ff0000;
}

.smalltextcenter {
	text-align: left;
	font-size: 11px;
}

















