/*-------------------------------------------------
 Imported Styles
-------------------------------------------------*/
@import url("base2.css");


/*-------------------------------------------------
GLOBAL PAGE LAYOUT ELEMENTS
-------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333;
	background: #dedede url(../img/bkd_gray_center_shaded.gif) center repeat-y;
	}

body.home {
	
	}
	
/* Normal links */
a:link {
	color: #c30;
	text-decoration: none;
	}

a:visited {
	color: #c30;
	text-decoration: none;
	}

a:hover, a:visited:hover {
	color: #000;
	text-decoration: underline;
	}

/* Image border and background color fixes */
a.img:link, a.img:visited, a.img:hover, a.img:visited:hover {
	border: none;
	background-color:transparent;
	}


/*-------------------------------------------------
HEADING TEXT ELEMENTS
-------------------------------------------------*/

h1 {
	margin: 0 0 5px 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #c30;
	border-bottom: 1px solid #dedede;
	}

h2 {
	margin: 0 0 1.0em 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold; 
	color: #A41E0B;
	border-bottom: 1px solid #dedede;
	}

h2 span {
	color: #666;
	}

h3 {
	margin: 2em 0 0.5em 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	}

h4 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 11px;
	color: #663;
	}

h5 {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	font-size: 11px;
	color: #999;
	border-bottom: 1px solid #dedede;
	}

p {
	margin: 0 0 1.0em 0;
	font-size: 12px;
	color: #000;
	line-height: 16px;
	}	

p.totop {
	margin: 2.0em 0 1.0em 0;
	padding-top: 5px;
	border-top: 1px solid #ccc;
	color: #999;
	font-size: 10px;
	}

/*-------------------------------------------------
MISCELLANEOUS
-------------------------------------------------*/
div.spacer {
	clear: both;
	font-size: 2px;
	}
	
img { border: none; }
hr { display: none; }

.v10 { font-size:10px; }
.v11 { margin: 0 0 1.0em 0;
	font-size: 12px;
	color: #000;
	line-height: 16px; }
.v11gray { font-size:11px; color:#666; }