/***********************************/
/*                                 */
/* Redefined standard styles       */
/*                                 */
/***********************************/


a {
	color: #336699;
}
a:hover {
	color: #CC6600;
}
body {
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
}
form {
    margin-bottom:0px;
}
input, select {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
li {
	margin-top:4px;
	margin-left:-18px;
}
ul {
	list-style-type: square;
	margin-top:-12px;
	margin-bottom:0px;
}

/***********************************/
/*                                 */
/* Defined custom styles           */
/*                                 */
/***********************************/

.bottom {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #2D4488;
}
.box {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #83B300;
	background-image: url('../images/box.gif');
}
.boxtop {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	background-image: url(../images/floattop.gif);
	vertical-align: middle
}
.boxbottom {
	font-size: 11px;
	color: #000000;
	background-color: #B6C5F2;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2D4488;
	border-right-color: #2D4488;
	border-bottom-color: #2D4488;
	border-left-color: #2D4488;
}
.boxtext {
	font-size: 11px;
	color: #000000;
}

.divide {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #00FF00;
}
.header {
	font-size: 20px;
	color: #CC6600;
	font-weight: bold;
}
.infotext {
	font-size: 12px;
}
.infotitle {
	font-size: 13px;
	font-weight: bold;
}
.left {
	font-size: 11px;
	background-color: #80C9FF;
	background-image:url(../images/heartback.gif)
}
.main {
	font-size: 12px;
	color: #000000;
	line-height: 150%;
}
.menulink {
	color: #000000;
	text-decoration: none;
}
.menulink:hover {
	color: #FF0000;
	text-decoration: underline;
}
.navlink {
	color: #FFFFFF;
	text-decoration: none;
}
.navlink:hover {
	color: #FFFF99;
	text-decoration: underline;
}
.navmain {
	font-size: 11px;
	background-color: #FF99FF;
	color: #000000;
}
.navseperator {
	color: #FFFFFF;
	font-weight: bold;
}
.refcell {
	font-size: 11px;
	background-color: #EFEFEF;
}
.right {
	font-size: 11px;
	background-color: #FFFFFF;
}
.secmain {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #FF99FF;
}
.small {
	font-size: 10px;
	color: #000000;
}
.subheader {
	font-size: 12px;
	font-weight: bold;
}
.topmain {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #FFFFFF;
}
