body {
	font-family: Verdana, Helvetica, Tahoma;
	font-size: 10px;
}

td {
	font-family: Verdana, Helvetica, Tahoma;
	font-size: 10px;
}

th {
	font-family: Verdana, Helvetica, Tahoma;
	font-size: 10px;
}

form {
	font-family: Verdana, Helvetica, Tahomal;
	font-size: 10px;
	margin: 0;
	padding: 0;
}

input {
	font-family: Verdana, Helvetica, Tahoma;
	font-size: 10px;
}

textarea {
	font-family: Verdana, Helvetica, Tahoma;
	font-size: 10px;
}

select {
	font-family: Verdana, Helvetica, Tahoma;
	font-size: 10px;
}

ul {
	font-family: Verdana, Helvetica, Tahoma;
	font-size: 10px;
	list-style-type: circle;
	list-style-position: outside;
}

li {
	font-family: Verdana, Helvetica, Tahoma;
	font-size: 10px;
}

ol {
	font-family: Verdana, Helvetica, Tahoma;
	font-size: 10x;
	list-style-type: upper-roman;
	list-style-position: outside;
}

.small {
	font-family: Verdana, Helvetica, Tahoma;
	font-size: 9px;
}

.big {
	font-family: Verdana, Helvetica, Tahoma;
	font-size: 18px;
}

.bodystyle {
	font-family: Verdana, Helvetica, Tahoma;
	font-size: 10px;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	border-width: 3px;
	border-style: solid;
	padding: 5px;
}

a:visited {
	text-decoration:	underline;
	font-family:	Verdana, Helvetica, Tahoma;
	font-style:		normal;
	font-weight:	bold;
	font-size:		10px;
	color:		#006E76;
	background-color:	transparent;
}
									
a:hover {
	text-decoration:	underline;
	font-family:	Verdana, Helvetica, Tahoma;
	font-style:		normal;
      font-weight:	bold;
	font-size:		10px;
	color:		#727070;
	background-color:	transparent;
}

a:link	{
	text-decoration:	underline;
	font-family:	Verdana, Helvetica, Tahoma;
	font-style:		normal;
	font-weight:	bold;
	font-size:		10px;
	color:		#006E76;
	background-color:	transparent;
}
a:visited.menu {
	text-decoration:	none;
	font-family:	Verdana, Helvetica, Tahoma;
	font-style:		normal;
	font-weight:	bold;
	font-size:		10px;
	color:		#006E76;
	background-color:	transparent;
}
a:hover.menu {
	text-decoration:	none;
	font-family:	Verdana, Helvetica, Tahoma;
	font-style:		normal;
      font-weight:	bold;
	font-size:		10px;
	color:		#000000;
	background-color:	transparent;
}
a:link.menu	{
	text-decoration:	none;
	font-family:	Verdana, Helvetica, Tahoma;
	font-style:		normal;
	font-weight:	bold;
	font-size:		10px;
	color:		#006E76;
	background-color:	transparent;}

#pageNav{
	float: right;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url("images/bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}