
* {
	font-family: Verdana;
	font-size: 10pt;
}

body {
	margin: 0px;
}

img {
	border: 0px;
}

table {
	border-collapse: collapse;
}

td {
	padding: 0px;
}

.hr1 {
	color: #C0C0C0;
	background: #C0C0C0;
	height: 1px;
	border: none;
}

.hr2 {
	color: #004080;
	background: #004080;
	height: 1px;
	border: none;
}

p {
	/*line-height: 1.5em;*/
}

.p1 {
	/*text-indent: 1em;*/
	text-align: justify;
}

.p2 {
	/*text-indent: 1em;*/
	font: Centaur;
	text-align: left;
}

.p3 {
	font-family: Comic Sans MS;
	text-align: left;
}

.text1 {
	font: Centaur;
	color: #00477A; 
	font-size: 14pt; 
	font-weight: normal;
}

.text2 {
	font-weight: bold;
}

.text3 {
	color: #804000;
	/*color: #B09020;*/
	/*color: #808080;*/
	/*font-style: italic;*/
	font-size: 14pt;
	font-weight: normal;
}

.text4 {
	color: #00477A;	 
	font-weight: normal;
}

.text5 {
	color: #404040;
	font-weight: normal;
	font-size: 12pt;
	font-style: italic;
	font-family: Comic Sans MS;
}

.text6 {	
	color: #C0C0C0;	
	font-size: 14pt;
	font-weight: normal;
}

.link1 {
	/*color: #0080FF;*/
	color: #2090B0;
}

.link1:hover {
	/*color: #808080;*/
	color: #B09020;
}

.link2 {
	text-decoration: none;
	color: #004080;
}

.link2:hover {
	/*color: #0080FF;*/
	/*color: #804000;*/
	color: #B09020;
}

.link3 {	
	text-decoration: none;
	color: #00477A;
}

.link3:hover {
	text-decoration: underline;	
}

.link4 {
	font-size: 14pt;	
	text-decoration: none;
	color: #00477A;
}

.link4:hover {
	/*text-decoration: underline;*/
	color: #B09020;
}

.ul1 {
	margin-left: 0px;
	padding-left: 20px;
	list-style-type: square;
	margin-top: 0px;
	font-size: 8pt;
}

.ul1 li {
	margin-bottom: 1em;
	font-size: 8pt;	
}

.todo {
	background: #FFFF00;
}
.form1 {
	font-size: 10pt;
}

.form1 td {
	padding: 5px;
}

.form1 .required {
	font-weight: bold;
}

