/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000099;
	font-size: 12px;
	line-height: 150%;
	background-color: #e8e9fa;
}

.topmenu{
	text-align: right;
	padding-right: 20px;	
}

.form{
	padding-left: 50px;
	font-size: 12px;
	color: #585AA7;
}
.form h1{
	font-size: 14px;
	font-weight: bold;
	color: #7172b3;
	text-align: center;
	letter-spacing: 2px;
	margin-right: 30px;
	border-width:  1px 0 1px 0;
	border-style: solid;
	border-color: #cccccc;
}

.form table{
	padding-left: 30px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #FFFFFF;
	
}

.txtbox {
	width: 150px;
	color: #5B5EA8;
	background-color: #D2D3E8;
}

.txtbox2 {
	color: #5B5EA8;
	background-color: #D2D3E8;
}
.button {
	background-color: #7172b3;
	color: #FFFFFF;
	letter-spacing: 2px;
	
}

.img_logo{
	padding-left: 50px;
}

.img{
	padding: 60px 0 20px 70px;
}

.banner{
	height: 60px;
	background-color: #7172b3;
	font-size: 150%;
	text-transform: uppercase;
	color: #e8e9fa;
	letter-spacing: 2px;
	text-align: center;
	line-height: 24px;
	font-family: "Trebuchet MS";
}

.section{
	margin: 60px;
	
}

.section h1, .main h1{
	font-size: 12px;
	text-transform: uppercase;
	color: #010e38;
	letter-spacing: 1px;
	padding: 5px;
}

.main{
	padding: 20px;
	margin:0 20px 0 20px;
	
}

.section ul, .main ul{
	margin-left: 50px;
	list-style-image: url(bullet.gif);
	list-style-type: none;
}

.bottommenu{
	text-align: center;
	line-height: 42px;
}

.topmenu a:link, .tipmenu a:visited, .bottommenu a:link, .bottommenu a:visited{
	text-decoration: none;
	color: #010e38;
}

.section a:link{
	text-decoration: none;
	color: #585B89;
}

.section a:visited {
	color: #888AB3;
	text-decoration: none;
}

.section a:hover, a:active {
	text-decoration: underline;
}

#footer {
	text-align: center;
	height: 30px;
	color: #FFFFFF;
	padding-top: 5px;
	background-color: #7172b3;
}