body {
	background-color: #EBEBFF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
}

a:link, a:active, a:visited, a:hover {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#header {
	background-image: url(/template-images/header.gif);
	background-repeat: no-repeat;
	color: #009999;
	font-size: 32px;
	font-weight: bold;
	height: 90px;
	padding-left: 30px;
	vertical-align: bottom;
}

#menu {
	color: #CCCCFF;
	background-color: #990099;
}

#menu td {
}

#menu a:link, #menu a:active, #menu a:visited, #menu a:hover {
}

#footer {
	font-size: 10px;
	text-align: center;
}

#caption {
	color: #99CCCC;
	font-weight: bold;
}

#caption td th {
	background-color: #9966CC;
	font-size: 16px;
	text-align: left;
}

#caption td td {
	background-image: url(/template-images/caption_background.gif);
	background-position: right;
	background-repeat: repeat-y;
	font-size: 12px;
	text-align: center;
}

#caption a:link, #caption a:active, #caption a:visited, #caption a:hover {
	color: #99CCCC;
}

#content {

}