body
{
	margin:0px;
	color:#000000;
	background-color:#ffffff;
}

body, p, h1, h2, h3, table, td, th, ul, ol, textarea, input
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

table, input, textarea
{
	font-size: 100%;
}

A:link 
{
    color: #002BB8; /* blue */	
    text-decoration: none;
}
A:visited 
{
    color: #5A3696; /* purple*/
    text-decoration: none;
}
A:active 
{
    color: #FFA500; /* yellow */
    text-decoration: none;
}
A:hover 
{
    text-decoration: underline;
}
a.strong 
{
    font-weight: bold;
    color: #330066;
    text-decoration: none;
}


h1, h2, h3
{
	background-color:transparent;
	font-weight: bold;
	color:#000000;
}

h1 {font-size:160%;}
h2 {font-size:120%;margin-top:10px;margin-bottom:10px;}
h3 {font-size:110%;}
h4 {font-size:100%;}
h5 {font-size:90%;}
h6 {font-size:80%;}

pre
{
    font-family:"Courier New",monospace;
    font-size:110%;
    margin-left: 0;
    margin-bottom: 0;
}

.header-logo 
{    
    background-color:#fbe369; 
    margin:0px;
    padding:0px;
    border-style:none;
    height:77px;
    background-image:url(images/rich.jpg);
    background-repeat:no-repeat;
}

#main-menu
{
	width: 100%;
    background-image:url(images/menubackground.gif);
    background-color:#ffffff;
    background-position:bottom;
    background-repeat:repeat-x;
    height:25px; /* Now it shows in FireFox */
}
#main-menu ul
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	list-style: none; /* remove the bullet */
	padding: 0;
	margin: 0;
} 
#main-menu li
{	
	float: left;
	/*margin: 0 0.15em;*/
	padding: 0;
	text-align: center
} 
#main-menu li a
{
	/*background: url(images/menubackground.gif) #fff bottom left repeat-x; */
	height: 1.5em;
	line-height: 1.5em;
	float: left;
	width: 7em;
	display: block;
	border: 0.1em solid #dcdce9;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
} 
/* Commented backslash hack hides rule from IE5-Mac \*/
#main-menu li a
{
	/*float: none*/
}
/* End IE5-Mac hack */

#main-menu li a:hover
{
	/*background: url(images/menubackground.gif) #fff bottom left repeat-x;*/
	height: 1.5em;
	line-height: 1.5em;
	float: left;
	width: 7em;
	display: block;
	border: 0.1em solid #dcdce9;
	color: #0d2474;
	text-decoration: underline;
	text-align: center;
} 
/* Commented backslash hack hides rule from IE5-Mac \*/
#main-menu li a:hover
{
	/*float: none*/
}
/* End IE5-Mac hack */

.content 
{
    margin:10px;
    padding:5px 10px 5px 25px;

    border-style:solid; 
    border-width:1px;
    border-color:#a0a0a0;
}

/* table */
.dbTable {
	width: ; /* table width */	
	color: ; /* text color */
	/* font-family: Verdana;*/ /* font name */
	/* font-size: xx-small;*/ /* font size */

	border-collapse: collapse;
	border: none;
}

/* table data cells */
.dbTable td {
	padding: 4px; /* cell padding */

	border: 1px solid; /* cell spacing */
	border-color: #CCCCCC;  /* table background color */

	vertical-align: top;	
}

/* table header cells */
.dbTableHeader {
	background-color: #666666; /* header color */
	color: #FFFFFF; /* header font color */	
	vertical-align: top;	
}

.dbTableHeader a {	
	color: #FFFFFF; /* header font color */	
}

/* table row color */
.dbTableRow {
	background-color: #FFFFFF;  /* alt row color 1 */
}

/* table alternate row color */
.dbTableAltRow {
	background-color: #F5F5F5; /* alt row color 2 */	
}

/* table edit mode row color */
.dbTableEditRow {
	background-color: #FFFF99; /* edit mode color */
}

.navigation {
	border-style:solid;
	border-width:1px;
	border-color:#dbdfe9;
	background-color:#fefefe;
	background-image:url(images/gradientgrey.gif);
	background-repeat:repeat-x;
}

abbr, acronym, description {
	border-bottom: 1px dotted #000;
	cursor: help;
}
