/* Oakfield Corporate Services - Style Sheet */
/* Copyright Basic Design [v.05/2004]*/

BODY {
    margin:0px 0px 0px 0px;
	padding:0px;
	background-image:  url(images/pagebg.gif);
}

hr{
color: #C5C5C5;
border: 0;
background-color: #C5C5C5;
height: 1px;
}

/* Fonts */
.maintext {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 0.75em;
	line-height: 1.75em;
	color: #262626;
}
A.maintext { text-decoration: none }
A:hover.maintext { color: #DD0641; text-decoration: underline; }

.maintextbold {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 0.75em;
	line-height: 1.75em;
	color: #161616;
	font-weight: 800;
}
A.maintextbold { text-decoration: none }
A:hover.maintextbold { color: #DD0641; text-decoration: underline; }

.maintext_table {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 0.75em;
	line-height: 1.35em;
	color: #262626;
}

.maintext_table_italic {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 0.75em;
	line-height: 1.35em;
	color: #262626;
	font-style: italic;

}

.titletext {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 0.80em;
	line-height: 2em;
	color: #DD0641;
	font-weight: 800;

}

.titletext_italic {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 0.8em;
	line-height: 2em;
	color: #DD0641;
	font-weight: 800;
	font-style: italic;

}

.license {
	font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-weight: bold;

}
A.license { text-decoration: none }
A:hover.license { color: #DD0641; text-decoration: underline; }

.copyright {
	font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-weight: bold;

}

A.copyright { text-decoration: none }
A:hover.copyright { color: #DD0641 }

.boxtextheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	line-height: 1.5em;
	color: #666666;
	font-weight: 800;
}
.boxtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5em;
	color: #666666;
}
A.boxtext { text-decoration: none }
A:hover.boxtext { color: #DD0641; text-decoration: underline; }

.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #161616;
	font-weight: normal;
}
A.nav { text-decoration: none }
A:hover.nav { color: #DD0641 }

/* Tables */
.table01 {
	background-color: #F4F4F4;
	border: 0.075em solid #C5C5C5;
}

.tablehead {
	border-bottom:0.06em dashed #C5C5C5;
}


/*text box BORDERS*/
.maintextbox
{background-color: #FFFFFF; border: #d1d1d1 1px solid; color: black; font-family: Verdana, Tahoma, Arial; font-size: 8pt; font-weight: normal; }

/*drop down menus*/
#dropmenudiv{
position:absolute;
padding:5px;
border:1px solid #C5C5C5;
line-height:20px;
z-index:100;
}