body {
	background-color: #B1A3F8;
}

.footer {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.border {
	border: 1px solid #6554BA;
	height: 20px;
}

.border2 {
	height: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #345411;
	border-right-color: #345411;
	border-bottom-color: #345411;
	border-left-color: #345411;
}

.white {
	font-family: Arial;
	color: #FFFFFF;
	text-decoration: none;
}

.blue {
	font-family: Arial;
	color: #092861;
	text-decoration: none;
}

.red {
	font-family: Arial;
	color: #EF3423;
	text-decoration: none;
}

.title {
	font-family: Arial;
	color: #2D2E88;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}

.top {
	font-family: Arial;
	color: #764133;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #764133;
	border-right-color: #764133;
	border-bottom-color: #764133;
	border-left-color: #764133;
	font-size: 11px;
}


.text {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height: 18px;
}

a.link:link,a.link:active,a.link:visited
{
	background-repeat: no-repeat;
	display: block;
	width: 130px;
	padding-top: 8px;
	padding-bottom: 5px;
	font-size: 11px;
	color: #5251D0;
	text-decoration: none;
	text-indent: 5px;
	font-family: Arial;
	height: 20px;
	background-color: #EEEBFC;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #6554BA;
}
a.link:hover
{
	background-repeat: no-repeat;
	display: block;
	width: 130px;
	padding-top: 8px;
	padding-bottom: 5px;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 5px;
	font-family: Arial;
	height: 20px;
	background-color: #5353CF;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #6554BA;
}
a.link2:link,a.link2:active,a.link2:visited
{
	background-repeat: no-repeat;
	display: block;
	width: 130px;
	padding-top: 8px;
	padding-bottom: 5px;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 5px;
	font-family: Arial;
	height: 20px;
	background-color: #2D2E88;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #6554BA;
}



li {
	font-size: 12px;
	color: #333333;
	list-style-image: url(images/bullet.gif);
}
