body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-color: #FFFFFF;

}
.header {
	background-color: #0000b4;
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;


}


#messagebox {
	border-right: solid 1px #000000;
	border-left: solid 1px #000000;
	border-bottom: solid 1px #000000;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-bottom: 10px;
}

#messagebox .head {
	font-weight: bold;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	background-color: #0000b4;
	color: #ffffff;
	text-align: center;
}

#messagebox .main {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#messagebox .item {
	margin-top: 5px;
}

.navigation {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;

}
.textbox {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	height: 20px;
	font-size: 12px;
	width: 50%;
}
.buttons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #0000B4;
	font-weight: bold;
	border: 2px solid #999999;
}
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
a {
	color: #0000FF;
	text-decoration: none;
}
.leftnav {
	font-weight: bold;
	color: #FFFFFF;
}
.borderbottom {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.borderbtmright {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #000000;
	border-bottom-color: #000000;
}
.category {
	cursor: pointer;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-left: 5px;
	margin-top: 3px;
}

.roundedcorners {
	padding-left: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.roundedcorners2 {
	padding-left: 5px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.leftround {
	background-color: #ffffff;
	border-radius-left: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	height: 100%;
	padding-left: 5px;
}

.rightround {
	background-color: #ffffff;
	border-radius-right: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	height: 100%;
}

.regular {
	background-color: #ffffff;
	height: 100%;
}

.rightadbar {
	
	position: absolute;
	margin-left: 90%;
	top: 10px;
	width: 120px;
	height: 250px;
	
}
.notice
{
	font-weight: bold;
	color: #c00;
}
