BODY {
	font-family : Arial, Helvetica, sans-serif;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
}

BODY.border {
	font-family : Arial, Helvetica, sans-serif;
	margin-bottom : 10px;
	margin-left : 10px;
	margin-right : 10px;
	margin-top : 10px;
}

P.image {
	text-align : center;
	font-style : italic;
	font-size : x-small;
}

.smaller {
	font-size : x-small;

}

P {
	font-size : small;
}

td {
	font-size : small;
	vertical-align:top;
}

TD.sidebar {
	padding-top : 10px;
	padding-right : 10px;
	padding-bottom : 10px;
}

TD.main {
	padding-left : 10px;
	padding-top : 10px;
	padding-right : 10px;
	padding-bottom : 10px;
}

H1 {
	font-family : Arial;
}

H1.title {
	font-family : Arial;
	font-style : normal;
	margin-top : 5px;
	margin-bottom : 10px;
	margin-right : 5px;
	margin-left : 10px;
}

H2 {
	font-family : Arial;
}

H3 {
	font-family : Arial;
}

H4 {
	font-family : Arial;
}

A.sidebar:LINK  {
	font-family : Arial;
	font-weight : bold;
	font-size : small;
	text-decoration : none;
	color : White;
}

 A.sidebar:VISITED  {
	font-family : Arial;
	font-weight : bold;
	font-size : small;
	text-decoration : none;
	color : White;	
}

 A.sidebar:ACTIVE  {
	font-family : Arial;
	font-weight : bold;
	font-size : small;
	text-decoration : none;
	color : White;
}

A.sidebar :HOVER {
	font-family : Arial;
	font-weight : bold;
	font-size : small;
	text-decoration : underline;
	color : Black;
}


