body {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	background-color: #FFFFFF;
}

A:link {color: blue;}

A:visited {color: purple;}

A:active {color: red;}

h3 {
	font-family: Verdana, sans serif;
	font-size: 18px;
	color: red;
}

h4 {
	font-family: verdana, sans serif;
	font-size: 16px;
	color: blue;
}

h5 {
	font-family: verdana, sans serif;
	font-size: 14px;
	color: green;
}

p {
	font-family: verdana, sans serif;
	font-size: 11px;
	line-height: 18px;
	color: black;
}

dd {
	font-family: verdana, sans serif;
	font-size: 11px;
	line-height: 18px;
	color: black;
}

th {
	font-family: verdana, sans serif;
	font-size: 12px;
	line-height: 18px;
	color: blue;
}

tr { vertical-align: top;}

th {
	font-family: verdana, sans serif;
	font-size: 11px;
	vertical-align: top;
}

td {
	font-family: verdana, sans serif;
	font-size: 11px;
	color: #000000;
	vertical-align: top;
}

ul, ol, dl5 {
	font-family: verdana, sans serif;
	font-size: 11px;
	line-height:18px;
	color: #000000;
}

.menutitle {
	cursor:pointer;
	margin-bottom: 7px;
	background-color:#1A38A6;
	color:#FFFFFF;
	width:160px;
	padding:3px;
	text-align:center;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
/*/*/border:1px solid #CCCCCC;/* */
}

.submenu {
	margin-bottom: 1em;
	color: #FF0000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.bold {font-weight: bold;}

.small {font-size: 9px;}

.indent{margin-left:15px;}

.red {color: red;}

.blue {color: blue;}

.green {color: green;}



