
BODY {border : none;
	margin:0px 0px 0px 0px;
	padding:0px;
	background-color:#e6d6a5;
	background-image: url(graphics/background.jpg);
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 11px;}


#absolute_center {
  position: relative;
  margin:0px auto;
  padding:0px;
  width:770px;
  border-width:0px;
  }



TR, TD {font-family : verdana, arial, helvetica, sans-serif;
	font-size : 11px;}



.small {font-size : 10px;}



#title {font-family : verdana, arial, helvetica, sans-serif;
	font-size : 13px;
	font-weight: bold;
	color: #055087;
	border-bottom: 1px solid #055087;
	margin-bottom: 4px;
	padding-bottom: 1px;
	width: 100%;}


#title-alert {font-family : verdana, arial, helvetica, sans-serif;
	font-size : 13px;
	font-weight: bold;
	color: #b00909;
	border-bottom: 1px solid #b00909;
	margin-bottom: 4px;
	padding-bottom: 1px;
	width: 100%;}

.alert {color: #b00909;
	font-weight: bold;}


#pdf_box {font-family : verdana, arial, helvetica, sans-serif;
	font-size : 11px;
	color: #055087;
	border: 2px dotted #055087;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
	padding: 10px;
	float: right;
	width: 150px;}



/* LINKS */	
A:link {text-decoration: none;
	color: #30639c;}

A:visited {text-decoration: none;
	color: #5493d9;}

A:active {text-decoration: none;
	color: #5493d9;}

A:hover {text-decoration: underline;
	color: #5493d9;}



.lpic {float : left;
	margin-right : 5px;
	margin-bottom : 5px}

.rpic {float : right;
	margin-left : 5px;
	margin-bottom : 5px}



ul {
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-position: outside;
	/*list-style-image: url(graphics/bullet.gif);*/}

ol {
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-position: outside;
	list-style-type: numerical integers;}

LI {margin-bottom: 8px;
	margin-left: 5px;}



/* NO HARD BREAK AFTER FORM TAG */	
FORM {margin-bottom : 0px;}

/* NO HARD BREAK AFTER TABLE TAG */
TABLE {margin-bottom : 0px;}



/*
 Some styles used by the "Cascading Popup Menus" script.
 Font settings -- change your font, colour, alignment etc.
 Insert 'font-weight: bold;' or 'font-style: italic;' without quotes if you want.
 Note that items contain &lt;A HREF&gt; tags, so if your other stylesheets style anchor tags,
 these may inherit the rules. I've styled all the variations of links here as one.
*/

.lowText, a.lowText:link, a.lowText:visited, a.lowText:active, a.lowText:focus {
 /*margin-left: 10px;*/
 color: #055087;
 font: 11px verdana, geneva, arial, helvetica, sans-serif;
 text-align: left;
 margin-left: 5px;
 text-decoration: none;
}

.highText, a.highText:link, a.highText:visited, a.highText:active, a.highText:focus {
 /*margin-left: 10px;*/
 color: #FFFFFF;
 font: 11px verdana, geneva, arial, helvetica, sans-serif;
 text-align: left;
 margin-left: 5px;
 text-decoration: none;
}

/* Borders used by some items */

.itemBorder {
 border: 1px solid #09599d;
}
.itemBorderBlank {
 border: 1px solid #eee5d3;
}