body, td {
	font-size : 10pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : Black;
	background-color : #E8EAFF; 
	margin : 0 0 0 0;
	vertical-align: top;
}

.row1 td {
	font-size : 8pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #CACDFF;
}

.row2 td {
	font-size : 8pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #EEEFFF;
}

th {
	font-size : 8pt;
	text-align: left;
	background-color: #7B83FF;
	color: White;
	vertical-align: top;
}
 
.contents {
   padding : 5px 10px 10px 10px;
}

.title {
	font-size: 45px;
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: bold;
	padding-bottom: 5px;
}

.leftcol {
	background-color: #CFD8FF;
	padding : 5px 10px 10px 10px;
}

.topbar, .bottombar {
	/* background-color: #3353DA; */
	background-color: #4079E0;
	color: #F1F7FF;
}

.bottombar {
	font-size: 9px;
}

.topside, .bottomside {
	background-color: #FABCC8; 
}

.sidebar {
	background-color: #F9DBE2; 
}

h3, .h3 {
	color: #DC143C;
	border-left: 10px solid;
	margin-left: 0px;
	padding-left: 9px;
   margin-top: 0px; 
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	}

h2, .h2 {
	border-bottom: 1px solid #0000CC;
	color: #0000CC;
	font-weight: bolder;
	font-size: 14px;
}

.block {
	border: 1px dotted #C1C2FF;
	padding: 5px 5px 5px 5px;
	margin-bottom: 10px;
	width: 100%;
}

.error {
	color: #DC143C;
	background-color: #FFB7B7;
	font-weight: bold;
}

.required_formfield {
	color: #0000CC;
	/* font-weight: bold; */
}

.topbar a:link, .topbar a:visited, .topbar a:active, .topbar a:hover {
	text-decoration: none;
	color: White;
}
a:link, a:visited, a:active {
	color: #DC143C;
	text-decoration: none;
}

a:hover {
	color: #DC143C;
	text-decoration: underline;
}

.topbar a:hover {
	color: White;
	text-decoration: underline;
}


.smalltext {
	font-size : 8pt; 
}

.largetext {
	font-size : 12pt; 
}

.errortext {
  color : red;
  font-weight : bold;
}

.white {
  background-color : white;
}

.black {
  background-color : black;
}

.bg_dark {
  background-color : white;
  color: #CCF3FF;
}

.bg_medium {
  background-color : #2794d8;
}

.bg_light {
	background-color : #E8EAFF;
}

/* box styles */

.box_table, .catlinks {
	border: 1px dotted #BDBFFF;
}

.modtitle {
	background-color: #DC143C;
	color: White;
	font-weight: bold;
}

.box_title {
	border-bottom: 1px solid #0000CC;
	color: #0000CC;
	font-weight: bolder;
	font-style: italic;
	/* background: White; */
	}

.box_contents {
}

.catname {
	font-family: Arial, sans-serif;
	font-size: 9px;
}

.catname a:link, .catname a:visited, .catname a:active {
	color: Black;
	text-decoration: none;
}

.fclink {
	margin-bottom: 5px;
}

