/***************************************************************************
 *                                  css/style.css
 *                            ------------------------
 *   begin                : 09/18/06
 *   author               : Chad Berg
 *   email                : chad@bdhtechnology.com
 *   description          : This files contains the page styles for the entire site.
 *
 ***************************************************************************/

/* main page and link styles */
body{
	background-color:#bec4b4;
	color:#000000;
	margin:0px;
}
body,p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
}
a,a:visited{ 
	background-color:inherit;
	color:#003366;
	text-decoration:none;
}
a:hover, a:active{
	background-color:inherit;
	color:#003366;
	text-decoration:underline;
}

.border-right, .border-top-right, .border-bottom-right, .border-bottom-u, .border-top-u{
	border-right:1px solid black;
}
.border-top, .border-top-right, .border-top-left, .border-top-u{
	border-top:1px solid black;
}
.border-left, .border-top-left, .border-bottom-left, .border-bottom-u, .border-top-u{
	border-left:1px solid black;
}
.border-bottom, .border-bottom-right, .border-bottom-left, .border-bottom-u{
	border-bottom:1px solid black;
}


.borderdotted-right, .borderdotted-top-right, .borderdotted-bottom-right, .borderdotted-bottom-u, .borderdotted-top-u{
	border-right:1px dotted black;
}
.borderdotted-top, .borderdotted-top-right, .borderdotted-top-left, .borderdotted-top-u{
	border-top:1px dotted black;
}
.borderdotted-left, .borderdotted-top-left, .borderdotted-bottom-left, .borderdotted-bottom-u, .borderdotted-top-u{
	border-left:1px dotted black;
}
.borderdotted-bottom, .borderdotted-bottom-right, .borderdotted-bottom-left, .borderdotted-bottom-u{
	border-bottom:1px dotted black;
}



.smallfont {
	font-size:x-small;
}
.bordersmallfont-right, .bordersmallfont-top-right, .bordersmallfont-bottom-right, .bordersmallfont-bottom-u, .bordersmallfont-top-u{
	border-right:1px solid black;
	font-size:x-small;
}
.bordersmallfont-top, .bordersmallfont-top-right, .bordersmallfont-top-left, .bordersmallfont-top-u{
	border-top:1px solid black;
	font-size:x-small;
}
.bordersmallfont-left, .bordersmallfont-top-left, .bordersmallfont-bottom-left, .bordersmallfont-bottom-u, .bordersmallfont-top-u{
	border-left:1px solid black;
	font-size:x-small;
}
.bordersmallfont-bottom, .bordersmallfont-bottom-right, .bordersmallfont-bottom-left, .bordersmallfont-bottom-u{
	border-bottom:1px solid black;
	font-size:x-small;
}



/* Copyright and bottom info */
.copyright{
	background-color:inherit;
	color:#000000; 
	text-align:center;
	font-weight:800; 
	font-size:12px;
}
a.copyright, a.copyright:visited{
	background-color:inherit;
	color:#000000;
	text-decoration:none;
} 
a.copyright:hover, a.copyright:active {
	background-color:inherit;
	color:#000000; 
	text-decoration:underline;
}