h1 {
	color: #0066CC;
	font-size: 1.5em;
	margin-bottom: 5px;
	font-weight: bolder;
}

h2 {
	color: #0066CC;
	font-size: 1.2em;
	margin-top: 15px;
	margin-bottom: 5px;
}

h3 {
	color: #0066CC;
	font-size: 1.1em;
	font-style: italic;
	margin-top: 15px;
	margin-bottom: 5px;
}

h4 {
	color: #FFFFFF;
	font-size: 1em;
	font-style: bold;
	margin-top: 2px;
	margin-bottom: 10px;
}

h5 {
	color: #0066CC;
	font-size: 1em;
	font-style: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

p {
	margin-top: 5px;
}

ul {
	list-style-image: url(../images/bullit.gif);
	margin-top: 5px;
	padding-left: 13px;
	margin-left: 13px;
}

li {
	margin-bottom: 5px;
}

dl {
	margin-top: 5px;
}
	
dt {
	color: #0066CC;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
}

dd {
	margin-bottom: 2px;
	margin-left: 18px;
}

img {
	border: none;
}

a {
	color: #0066CC;
	text-decoration: underline;
}

a:hover {
	color: #000066;
	text-decoration: underline;
}

table {
	width: 100%;
	margin: 0px;
}

th {
	padding: 0px;
	background-color: #D9E9FD;
	color: #0066CC;
}

td {
	padding: 0px;
}

input {
	font-size: 1em;
	color: #000000;
	width: 190px;
	height: 14px;
	background-color: #FFFFFF;
	border: 1px solid #0066CC;
}

textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	width: 250px;
	height: 100px;
	background-color: #FFFFFF;
	border: 1px solid #0066CC;
}

.submit {
	font-size: 1em;
	color: #000000;
	width: 75px;
	height: 18px;
	background-color: #FFFFFF;
	border: 1px solid #0066CC;

}

.input_fout { 
    font-size: 1em;
    color: #FF0000; 
	background-color: #FFFFFF;
    border: 1px solid #FF0000; 
} 

.text_fout { 
    font-size: 1em; 
    color: #FF0000; 
} 
