body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	/*background-color: #F0F0F0;*/

}

.bread {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	padding-left: 11px;
	padding-top: 1px;
	margin-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 1px;
}

a.blink:link {
	color: #000066;
	text-decoration: none;
}

a.blink:visited {
	color: #000066;
	text-decoration: none;
}

a.blink:hover {
	color: #000066;
	text-decoration: underline;
}

/*******/
a:link {
	color: #0000cd;
	text-decoration: underline;
}
a:visited {
	color: #800080;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
/******************* tables *******************/
table.normal {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}

table.normal caption {
	padding: 4pt 0;
	text-align: left;
}

table.normal th {
	padding: 6pt 2pt;
	background-color: #fafafa;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

table.normal td {
	padding: 4pt 2pt;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
/******************* custom *******************/
.smallfont {
	font-size: xx-small;
	font-weight: normal;
}

.smallfontWhite {
	font-size: xx-small;
	font-weight: normal;
	color: white;
}

.lightfont {
	font-weight: normal;
}
/******************* CONTAINER *******************/
#container {
	margin: 0;
	padding: 0;
	background-color: #FFf;
	background-image: url(/i/bgcol-f0-c0.gif);
	background-repeat: repeat-y;
}

/******************** NAVMENU ********************/
#navmenu
{
	float: left;
	width: 130px;
	padding-left: 10px;
	margin-left: 0px;
	margin-top: 10px;
	/*padding-top: 0;*/
	/*background-color: #ded;*/
}

#navmenuUList
{
	padding-left: 0;
	padding-top: 0;
	margin-left: 0;
	/*border-top: 1px dotted gray;*/
	width: 120px;
}

#navmenuUList li
{
	font-size: x-small;
	list-style: none;
	margin: 0;
	padding: 0.2em;
	border-bottom: 1px dotted #c0c0c0;
}

#navmenuUList a:link
{
	text-decoration: none;
	color: #666699;
}

#navmenuUList a:visited
{
	text-decoration: none;
	color: #666699;
}

#navmenuUList a:hover
{
	text-decoration: underline;
	color: #666699;
}

.activesect
{
	font-weight: bold;
}

/******************** CONTENT ********************/
#content
{
	padding-top: 0;
	margin: 10px 2em 0 200px;
	/*background-color: #ede;*/
}

#content h1, h2, h3, h4, h5
{	
	/*font-family: Georgia, Times, "times new roman", serif;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#content h1
{
	margin-left: -30px;
	font-size: 130%;
	border-bottom: 1px dotted #333333;
	}

#content h2
{
	border-bottom: 1px dotted #999999;
	margin-left: -30px;
	font-size: 110%;
}

#content h3
{
	margin-left: -30px;
	font-size: 100%;
}

#content h4
{
	font-size: 100%;
}

#content h5
{
	margin-left: +30px;
	font-size: 100%;
}

#content ol, ul, li
{
	font-size: 100%;
}

/******************** FOOTER ********************/
#footer {
	clear: both;
	background-color: #F0F0F0;
	padding: 1em;
	margin-top: 150px;
	/*text-align: right;*/
	text-align: left;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
}

#footer address {
	color: #999999;
	font-size: x-small;
	font-style: normal;
	font-variant: normal;
}
#footer a:link {
	text-decoration: none;
	color: #333333;
}
#footer a:visited {
	text-decoration: none;
	color: #333333;
}
#footer a:hover {
	text-decoration: underline;
	color: #333333;
}

