DIV
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #006699;
}
P
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #006699;
}
B
{
	font-weight : bold;
	color: #0099CC;
}

H1
{
	margin-top: 24px;
	color: #006699;
	font-size: 18px;
	font-style: bold;
	font-family: Arial, Helvetica, sans-serif;
}
H2
{
	/* replaces p class=title */
	font-size : 18px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : 600;
	color : #0099CC;
	margin-bottom : -1px;
}
H3
{
	/* replaces p class=orangetitle */
	font-size : 16px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : #FF6600;
	margin-bottom : -1px;
}
H4 {
	/* replaces p class=posttitle */
	font-size : 16px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : #006699;
}
H5
{
/* replaces p class=topdate */
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : italic;
	color : #006699;
	margin-bottom : -2px;
}
hr
{
	background-color : #006699;
	width : 396px;
	height : 1px;
}
.layouttable {
	border : none;
}
.alignleft {
	text-align: left;
}
.aligncenter {
	text-align: center;
}
.alignright {
	text-align: right;
}
.linebg 
{
	background-color: #006699;
}
.location {
	font: normal 18px Verdana, Arial, Helvetica, sans-serif;
	color: #FF6600;
	text-decoration: none;}
a.topNav {
	color :#FFFFFF;
	font-size :9pt;
	font-family :Arial, Helvetica, sans-serif;
	text-decoration :none;
	font-weight: normal;
}
a.topNav:link {
	color :#FFFFFF;
	text-decoration :none;
	font: normal 9pt Arial, Helvetica, sans-serif;
}
a.topNav:visited {
	color :#FFFFFF;
	text-decoration :none;
	font: normal 9pt Arial, Helvetica, sans-serif;
}
a.topNav:hover {
	color :#FFCC66;
	text-decoration :none;
	font: normal 9pt Arial, Helvetica, sans-serif;
}
/* Styles affecting the entire site. */
 
* {
    font-family: Verdana, Arial, Sans-Serif;
}

body {
    font-size: 12px;
    background-color: White;
    margin: 0 0 0 0;
}

img {
    border-width: 0px;
    vertical-align: middle;
}

a {
    color: #24486C;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* The location bar */

.location {
    background-color: #E3E0DB;
    border-right: double 1px black;
    border-left: double 1px black;
    border-bottom: double 3px black;
    padding: 2px 0px 2px 5px;
}

/* The content area */

.content {
    vertical-align: top;
    padding: 4px 0px 0px 10px;
} 


/* Draw a box around a related group of controls */
fieldset {
    -moz-border-radius: 3px;
    border: 1px solid #336699;
    width: 790px;
    padding: 1px 5px 0px 0px;
    text-align: left;
}

fieldset legend {
    font-size: 14px;
    font-weight: bold;
    color: #336699;
}

fieldset div.contents {
    padding: 5px 10px 10px 10px;
}

/* Professional table layout */
.professional {
    color: #333333;    
}

.professional img {
    vertical-align: middle;
}

.professional-footer {
    background-color: #5D7B9D;
    font-weight: bold;
    color: white;
}

.professional-edit_item {
    background-color: #999999;
}

.professional-selected_item_style {
    background-color: #E2DED6;
    font-weight: bold;
    color: #333333;
}

.professional-pager_style {
    background-color: #284775;
    color: white;
    text-align: right;
}

.professional-pager_style a {
    color: white;
    font-weight: normal;
}

.professional-pager_style a:visited {
    color: white;
    font-weight: normal;
}

.professional-pager_style{
    color: yellow;
    font-weight: bold;
}

.professional-alternating_style {
    background-color: white;
    color: #284775;
}

.professional-item_style {
    background-color: #F7F6F3;
    color: #333333;
}

.professional-header_style {
    background-color: #5D7B9D;
    font-weight: bold;
    color: white;
}

.professional-header_style a {
    color: white;
}

.professional-header_style a:visited {
    color: white;
}

.professional-inactive_row {
    background-color: #ECECEC;
    color: #AEAEAE;
}

/* Links in blocks of text */
a.body-link {
    text-decoration: none;
    color: #24486C;
    border-bottom: 1px dashed #24486C;
}

a.body-link:hover {
    border-bottom: 1px solid #24486C;
    
}
