body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: disc;
	list-style-position: outside;
}

li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ol {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: upper-roman;
	list-style-position: outside;
}

.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.big {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.bodystyle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	border-width: 3px;
	border-style: solid;
	padding: 5px;
}

.top {
	background-image: url(images/layout_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.middle {
	background-image: url(images/layout_02.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.bottom {
	background-image: url(images/layout_04.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;	
}
h2 {
	color: red;
	}
h3 {	
	border-width: 1px;
	border-style: solid;
	border-color: red;
	padding: 5px;
	font-size: .75 em;	
	background-color: #0630B8;  	
	color: #FFFFFF
	}
h4 {
	color: #000000;
}
h6 {
	font-size: tiny;
	color: #000000;
	line-height: 1em;	
}
p.ital {
	font-family: Times New Roman;
	color: blue;
	font-style: italic;
	font-weight: 900;	

}

table {
	color: #FFFFFF
}
td	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em
	border: solid 2px #FE9800;
	}
ul {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;	
	list-style-type: square;	
	list-style-position: outside
}

ul.check {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;	
	list-style-position: outside;
	list-style-image: url('images/check.gif');
}

ul.adobe {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;	
	list-style-position: outside;
	list-style-image: url('images/adobe.gif');
}
ol {	
	font-family: Arial;	
	font-size: 1em;	
	list-style-position: outside
}

#nav {
	float: left;
	width: 100%;
	margin-top: 0px;
	font-weight: bold;
	padding: 10px;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FE9800;
	
}

#navin {

	text-align: center;
	background-color: white;
	margin: 1px;
	font-family: arial;
	font-size: 10px;
}

#navin a:link, #navin a:visited {
	color: #0630B8;
	text-decoration: none;
	line-height: 2em;	
	background-color: red;
	display: block;
	padding: 3px 0px 3px 12px;
	width: 210px;
	border-top: 1px solid #EEEEEE;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #EEEEEE;
	background-repeat: no-repeat;

	}

#navin a:hover {	
	background-color: #0630B8;
	line-height: 2em;	
	color: white;
	background-repeat: no-repeat;

	}
	
	
#footl a:link, #footl a:visited {
	color: #FFFFFF;
	font-family: arial;
	font-size: 9pt;
	text-decoration: underline;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 2px;



	}

#footl a:hover {	
	color: white;
	background-color: #FF0000;
	text-decoration: underline

	}	


#content {
	float: left;
	padding: 1px 20px 1px 10px;
	width: 50%;
	margin: 5px;
	border: none;
	background-color: #ffffff;
}

#footer {
	float: left;
	padding: 1px 20px 1px 10px;
	width: 100%;
	margin: 0px;
	border: none;
	color: white;
	text-align: center;
	font-size: 8pt;
	background-color: black;
}
hr {
	border: 1px inset; 
	color: #CCCCCC;
}
a:link {
	color: red;
	font-family: arial;
	font-size: 10pt; 
	text-decoration: underline;
	}
a:visited {
	color: red;
	font-family: arial;
	font-size: 10pt; 
	text-decoration: underline;
	}
a:hover {	
	color: white;
	background-color: blue;
	text-decoration: underline
	}

fieldset {
	border-color: orange;
	}
legend {
	color: organge;
}
.sectionHead {
	font-size: 24px;
	font-weight: bolder;
	color: #FF0000;
}
.pageHeading {
	color: #FFFFFF;
	background-color: #0714BF;
	border: thin solid #FF0000;
	font-size: 24px;
	font-weight: bolder;

}
.menuHead {
	background-color: #0714BF;
	padding: 5px;
	height: 20px;
	width: 210px;
	border: thin solid #FF0000;
	color: #FFFFFF;
	text-align: center;

}
