@charset "UTF-8";
/* CSS Document */



body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.80em;
	text-align: center;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}
html {
		line-height: 1.20em;
		color: #666666;
	
	}

a {
	color: #13C7D3;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #13C7D3;
}
a:active {
	text-decoration: none;
}



h1{
	font-size: 1.40em;
	line-height: 1.35em;
	margin: 0 0 10px 0;
	font-weight: bold;
	width:350px;
	color:  #13C7D3;
	font-style: italic;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color:  #13C7D3;
	border-bottom-width: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	word-spacing: 0em;
}

.forms{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:17px;
	padding: 4px;	
	color:#333;
	}
	
	
.alert2 {
	color: #FFF;
	background-color: #F33;
	padding: 6px;
}
.alert {
	color: #FFF;
	background-color:#0CF;
	padding: 6px;
}