.page_bg {
	background-image: url(images/main_page_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	padding-right: 25px;
	padding-left: 25px;

}
a:visited {
	color: #0000FF;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}


body {
	background-image: url(images/bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}
.nav {
	background-image: url(images/main_page_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	font-size: 14px;
	color: #6280bd;
}
.nav a {
	color: #336699;
	text-decoration: underline;
}
.optionmenu {
	color: #336699;
	background-image: url(images/option_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-left: 10px;
	font-size: 11px;
	font-weight: normal;
}
.picmargin {
	padding: 5px;
}
.showtitle {
	font-size: 14px;
}
.ptitle {
	font-size: 16px;
	font-weight: bold;
	color: #1F409A;
}
.tablemargin {
	padding: 10px;
}

.red{
  color: red;
  font-size: 14px;
}

.exTitle{
  font-family: arial;
  font-weight: bold;
  font-size: 16px;
  font-style: italic;
  text-align: center;
}
.exSMTitle{
  font-family: arial;
  font-weight: bold;
  font-style: italic;
}
.gcs0{
 font-family: arial;
 background-color: #E6E3FD;
}
.gcs1{
 font-family: arial;
 background-color: #FFF0E1;
}

.formLable{
  color: #1F409A;
  font-family: arial;
  font-weight: bold;
}