﻿body {
	margin: 20px;
	padding: 0px;
	font-family: Tahoma, sans serif;
	font-size: 13px;
	color: #333333;
	background-color: white;
	}

table {
	font-size: 12px;
}



form {
	margin: 0px;
	padding: 0px;
	}


.header {
	width:100%;
	color: white;
	}


a, a:visited {
	color: #0E4981;
	}
	
a:hover {
	text-decoration: underline;
	color: red;
	}


input, select {
	font-family: Tahoma, sans serif;
	font-size: 11px;
	}

input.button {
	padding: 0px 4px;
	}




.tit {
	font-weight: bold;
	color: #0E4981;
	border-bottom: 1px dashed #0E4981;
	margin: 30px 0 4px;
	padding: 2px 0;
	height: 18px;
	}
	
	
.footer {
	margin: 20px 0; 
	padding: 4px 10px; 
	color: white; 
	background-color: #0E4981;
	font-size: 11px; 
	text-align: center;
	float: none;
	width: 100%;
	clear: both;
	}
	
.footer a, .footer a:visited {
	font-family: Tahoma, sans serif; 
	color: white;
	font-weight: normal;
	text-decoration: underline;
	}

.footer a:hover {	
	color: yellow;
	}


.menu {
	margin-top: 10px;
	padding: 6px 10px;
	font-size: 12px;
	background-color: #0E4981;
	color: white;
	}
	
.menu a, .menu a:visited {
	text-decoration: none;
	color: white;
	font-weight: bold;
	}
	
.menu a:hover, .footer a:hover {
	text-decoration: underline;
	color: yellow;
	}
	
.title, legend {
	color:  #0E4981;
}



.frame-right {}

.frame-right ul { margin: 0; padding: 0;}

.frame-right ul li {
	padding: 0;
	margin-left: 20px;
	font-weight: normal;
	list-style: url('images/icon[1].gif');
	line-height: 1.5em;
}

.frame-right ul li a {
	color: #333333;
	text-decoration: none;
	}
	
.frame-right ul li a:hover {
	text-decoration: underline;
	color: red;
	}
