/* CSS Document 

* {margin:0; padding:0;}*/

h3{
	font-family:Verdana;
	font-weight:bold;
	font-size:12px;
	color:#000000;	
}
h4{
	font-family:Verdana;
	font-weight:bold;
	font-size:16px;
	color:#384F74;	
	margin:10px;
}
h5{
	font-family:times;
	font-weight:bold;
	font-size:12px;
	color:#000000;	
	margin:10px;
}
h1{
	font-family:verdana;
	font-weight:bold;
	font-size:14px;
	color:#ffffff;	
	padding:0px;
	padding-top:3px;
	margin:0px;
}

li{padding:5px;
}

td, input, textarea{
	font-family:verdana;
	font-size:14px;
	line-height:16px;  
	color:#000000;	
	vertical-align:top;
}

a { color:#000000;}
a:hover { text-decoration: none;}
a img { border:0;}

.left_menu { color:#0033A2;font-size:14px;font-family:times;}
.footer { text-decoration:none;color:#2d6bbd;}

.clear { clear:both;}

.auto { width:auto; height:auto;}

input, submit { vertical-align:middle;color:#000000;}


.form { margin-bottom:15px;}
.form input { border: 1px solid #34030C; color:#1B1212; background:#E9E7D8; padding:2px 0 0 6px;}
.img_border { border: 1px solid #0033A2; }
textarea { border: 1px solid #34030C; color:#1B1212; background:#E9E7D8; overflow:auto; padding:2px 0 0 8px; }

			.data{
				border-top: solid 1px #cfb793;
				width: 100%;
				}
			.data th, .data tf{
				padding: 0px 5px;
				line-height: 25px;
				font-weight: normal;
				text-align: left;
				background-color: #D6D6D6;
				border-bottom: solid 1px #cccccc;
				}	
				
				.data th a:link{
					color: black;
					}
								
			.data td{
				padding: 4px 5px;
				border-bottom: solid 1px #cccccc;
				vertical-align: top;
				text-align:left;
				}
				
					.data td a{
						color: #000000;
						}
					.data td a:hover { color: #000000;}

					.data th a{
						color: #000000;
						font-weight:bold;
						}
					.data th a:hover { 
						color: #000000;						
						font-weight:bold;
						}
						
			.data tr.gray{
				background-color: #ECECEC;
				}
				
			.data tr.none{
				
				}

			.data tr.more{
				background-color: #3f5980
				}
