@charset "utf-8";
body {
	background-color: #009900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.content {
	background-color: #E2E804;
	border: 1px solid #000000;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.right {
	background-color: #E2E804;
	border: 1px solid #000000;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.top {
	background-color:#0033CC;
	padding: 4px;
}
#top a:link {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
}
#top a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
#top a:hover {
	color: #E2E804;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
#top a:active {
	color: #000000;
	text-decoration: none;
	font-size: 14px;
}
.middle {
	background-color: #CCCCCC;
	
}
#borderleft {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#borderright {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#middle a:link {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
#middle a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#middle a:hover {
	color: #E00D0A;
	text-decoration: none;
	font-weight: bold;	
}
#middle a:active {
	color: #000000;
	text-decoration: none;
}
.bottom {
	background-color:#CCCCCC;
	border: thick;
}
a:link {
	color: #E00D0A;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #E00D0A;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #0033CC;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #E00D0A;
	text-decoration: none;
	font-weight: bold;
}
#user a:link {
	color: #0057CE;
	text-decoration: none;
	font-weight: bold;
}
#user a:visited {
	color: #0057CE;
	text-decoration: none;
	font-weight: bold;
}
#user a:hover {
	color: #555555;
	text-decoration: none;
	font-weight: bold;	
}
#user a:active {
	color: #0057CE;
	text-decoration: none;
}
input, textarea, select {
	background-color: #CCCCCC;
	width: 80%;
	border: thin solid #E00D0A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h5 {
	margin-bottom: 5px;
}