/*
$Id: global.css,v 1.2 2002/09/16 22:45:38 culley Exp culley $
*/

body {
	margin : 0px;
	padding : 0px;
	background-color : white;
    font-size : 12px;
    font-family : verdana, arial, helvetica, sans-serif;
}

td { font-size : 12px; }

h1 {
	font-size : 28px;
	font-weight : 900;
}

p {
	margin : 0px 0px 16px 0px;
	padding : 0px;
}
/*
a:link {color : #0E3A85;}
a:visited {color : #0E3A85;}
*/
a:hover   {
    text-decoration : underline; 
    color : #F00;
}

a.border { 
    color : #fff;
	text-decoration : none;
	font-weight : 800;
/*    font-size : 10px;*/
}
a.border:visited { color : #fff; }
a.border:hover { 
    text-decoration : underline; 
    color : #fff;
}

.blackline { 
    background-color : #000000; 
    height : 1px; 
}

.lightblueline { 
    background-color: #8694c0; 
    height : 1px; 
}

.abcred { color : #ff0000; }
.abcblue { color : #0000FF; }
.abcdarkblue { color : #000099; }
.abcgreen { color : #009933; }
.abcyellow { color : #FFCC00; }
.tablehead1 { 
    color : #fff;
	text-decoration : none;
	font-weight : 800;
}
.shadedrow { background-color : #F0F0F0 }

.leftnavheader {
	padding : 2px;
    font-size : 12px;
    font-weight : 700;
}

.leftoutline {
	padding : 5px;
	border : 1px dashed #999;
	border-width : 1px 1px 1px 1px; 
    background-color : #FFFFFF;
}

.black12 {
	color : #000000;
	font-size : 12px;
}

.fourteen { font-size : 14px; }
.sixteen { font-size : 16px; }

.globalheader {
    padding : 2px; 
    background-color : #f8f8e8;
}

.highlightarea {
	padding : 10px;
	border : 1px dashed #999;
	border-width : 1px 1px 1px 1px; 
    background-color : #eee;
}

#Content {
    margin : 10px 10px 10px 10px;
	border : 1px dashed #999;
	border-width : 0px 0px 1px 0px; 
}

#large {
	border : 1px dashed #999;
	border-width : 0px 0px 0px 1px; 
}

#sitefooter {
    border-color : #000;
    color : #fff;
    background-color : #060;
	padding : 5px;
}