/* CSS Document */
body {
	margin: 0px;
	background-color: #ffcbff;
}
td A, .td a:visited {
	font-family:"MS Sans Serif";
	font-size:13px;
	color:#000000;
}
td {
	font-family:"MS Sans Serif";
	font-size:13px;
	color:#000000;
}
h1 {
	font-family: Monotype Corsiva;
	font-size: 22px;
	color: #69878f;
	text-align: left;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h2,h3 {
	font-family: Tahoma;
	text-align: left;
	font-weight: bold;
	padding: 0px;
}
h2 {
	color: #555;
	font-size: 16px;
}
h3 {
	color: #333;
	font-size: 14px;
}


.text {
	font-family:"MS Sans Serif";
	font-size:13px;
	color:#000000;
	text-align:left;
}
.text A, .text a:visited {
	color:#336666;
	text-decoration: underline;
}
.text A:hover {
	color:#ae0016;
}

.textmini {
	font-family:Tahoma;
	font-size:10px;
	color:#333333;
	text-align:left;
}
.textmini A, .textmini A:hover, .textmini A:visited {
	font-size:10px;
	color:#0066b0;
}

.menu {
	font-family: "Monotype Corsiva";
	font-size: 20px;
	text-align: left;
	color: #3329ad;
	font-weight: bold;
}
.menu A {
	color: #3329ad;
	text-decoration:none;
}
.menu A:hover {
	color: #3329ad;
	text-decoration:underline;
}

.submenu {
	font-family: "Tahoma";
	font-size: 12px;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
}
.submenu A {
	color: #3329ad;
	text-decoration: none;
}
.submenu A:hover {
	color: #3329ad;
	text-decoration: underline;
}

.copyright, .copyright a, .copyright a:visited
{
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
}
.copyright a, .copyright a:visited
{
	text-decoration: underline;	
}
.topsubmenu a, .topsubmenu a:visited
{
	font-family: Tahoma;
	font-size: 11px;
	color: #003300;
	text-align: left;
	font-weight: bold;
}
.buttonleft a, .buttonleft a:visited {
	background-image: url(imgsv/button.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 45px;
	width: 243px;
	line-height:44px;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #516e70;
	font-weight: bold;
	text-decoration: none;
}