body, td {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 8pt;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

body {
	background: url(../../../images/body_back.gif) repeat-x top;
}

.gallery_img a {color: black; text-decoration: none;}
.gallery_img a:link {color: black; text-decoration: none;}
.gallery_img a:active {color: black; text-decoration: none;}
.gallery_img a:visited {color: black; text-decoration: none;}
.gallery_img a:hover {color: red;	text-decoration: none;}

.gallery_img {
	width: 100%;
	text-align: center;
	margin: 20px;
}

.news_item {
	font-size: 10pt;
}
.news_title {
	padding-left: 5px;
	font-weight: bold;
	border-bottom: 1px solid silver;
   width: 95%;
}

.news_content {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
	line-height: 130%;
}

.news_sep {
 margin: auto;
 height: 2px;
 border-bottom: 1px solid;
 width: 90%;
 padding-top: 10px;
 margin-bottom: 5px;
}

form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#submenu {
	font-size: 8pt;
	font-weight: 700;
	color: #CC3300;
	padding-top: 3px;
	text-align: center;
}

.subitem {
	padding-left: 30px;
}

.error_container {
	margin: auto;
	margin-bottom: 20px;
	border: 1px solid Black;
	width: 600px;
}

.error_title {
	background-color: #FFBCB2;
	border-bottom: 1px solid #CD6532;	
   font-weight: bold;
	text-align: center;
	color: #743D23;
}

.error_bluetitle {
	background-color: #C9D9FA;
	border-bottom: 1px solid Navy;	
   font-weight: bold;
	text-align: center;
	color: Navy;
}

.error_message {
	font-size: 9pt;
	padding: 10px;
	text-align: left;
}

.errormsg {
	font-size: 8pt;
	text-align: center;
	color: Red;
	margin: auto;
	margin-bottom: 10px;
	font-weight: bold;
	border: 1px solid;
	width: 500px;
	background-color: #F5F5F5;
	padding-bottom: 10px;
	padding-top: 10px;
}

#pageload {
	text-align: center;
	font-size: 8pt;
}

.ltext {
	text-align: left;
}

.rtext {
	text-align: right;
}

#lsubmit {
	padding-top: 14px;
}

a {color: red; text-decoration: none;}
a:link {color: red; text-decoration: none;}
a:active {color: red; text-decoration: none;}
a:visited {color: red; text-decoration: none;}
a:hover {color: #000000;	text-decoration: none;}

#submenu a {color: blue; text-decoration: none;}
#submenu a:link {color: blue; text-decoration: none;}
#submenu a:active {color: blue; text-decoration: none;}
#submenu a:visited {color: blue; text-decoration: none;}
#submenu a:hover {color: red;	text-decoration: none;}


.adminmenu {
	font-size: 13px;
	font-weight: bold;
	line-height: 200%;
	width: 600px;
	margin: auto;
}

