body { 
	background-color: #ffffff;
	margin: 0px;
	padding: 15px;
	}

/* FONTS */

font {
	font-family: arial, 'sans serif';
	font-size: 10pt;
	color: black;
	}

font.by_line_ital {
	font-size: 18pt;
	font-weight: bold;
	font-style: italic;
	color: #333333;
	}

font.header_1 {
	font-size: 14pt;
	font-weight: bold;
	color: #333366;
	}


font.header_2 {
	font-family: arial, 'sans serif';
	font-size: 13pt;
	color: black;
	font-weight: bold;
	}


font.header_2_ital {
	font-family: arial, 'sans serif';
	font-size: 12pt;
	color: black;
	font-weight: bold;
	font-style: italic;
	}

font.caption {
	font-size: 8pt;
	}


font.links_left_nav {
	font-size: 11pt;
	font-weight: bold;
	}

font.links_top_center {
	font-size: 11pt;
	font-weight: bold;
	}

font.list {
	font-family: arial, 'sans serif';
	font-size: 11pt;
	color: black;
	}

/* NOT USED 


font.ghs_sub {
	font-size: 10pt;
	font-style: italic;
}

font.ghs_address {
	font-size: 10pt;
}

font.ghs_mission_header {
	font-size: 10pt;
	font-style: bold;
}


font.ghs_mission_text {
	font-size: 9pt;
	font-style: italic;
}

font.experience_header {
	font-size: 12pt;
}

font.experience_text {
	font-size: 10pt;
}

font.H2 {
	font-size: 14pt;
	color: black;
}

font.header_text {
	font-size: 10pt;
	color:#FFFFFF;
}

font.link_hot{
	font-size: 16pt;
	color:#666666;
}

font.link_this{
	font-size: 16pt;
	color:#000000;
}

*/

/* LINKS */

a:visited {
	text-decoration: none;
	}

a:link {
	text-decoration: none;
	}

a:hover {
	color: #CC3300;
	text-decoration: underline;
	}





/*  NOT USED:


a:active {
	color: #CC3300;
	text-decoration: underline;
}
*/



/* HORZ RULES */

.hrule {
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 1px solid #ccc;
	margin: 12px 0px 12px 0px;
}


.hrule_red {
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 2px solid #cc3300;
	margin: 8px 0px 12px 0px;
}

.line_space_large {
	margin: 20px 0px 0px 0px;
}

.line_space_small {
	margin: 4px 0px 0px 0px;
}

/* BULLET LIST */

ul.1 {
	list-style: disc;
	font-family: arial, 'sans serif';
	font-size: 16pt;
	margin-left: 0px;
}

li.1 {
	color:black;
	font-family: arial, 'sans serif';
	margin-top: 8px;
	margin-left: 20px;
	font-size: 12pt;
}

ul.2 {
	list-style: disc;
}

li.2 {
	margin-top: 2px;
}


ul.3 {
	list-style: disc;
	margin-top: 18px;
}




/* PARAGRAPH */

p.line_space {
	line-height: 1.5;
	margin-left: 20;
	}




/* NOT USED:
p.nav_indented {
	margin-top: 0pt;
	margin-left: 5pt;
	margin-right: 5pt;
	margin-bottom: 0pt;
}


p.h1space {
	margin-top: 15pt;
	margin-left: 20pt;
	margin-bottom: 15pt;
}



p.header_text_space {
	margin-top: 2pt;
	margin-right: 8pt;
	margin-top: 2pt;
}

*/


/*  ????????????? */

.page_border {
	top: 0px;
	left: 0px;
}

.border_line {
	border-left: 2px solid;
	border-top: 2px solid;
	color:gray;
}

.border_space {
	margin-left: 30px;
	margin-right: 30px;
}

.small_space {
	margin-top: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
	margin-bottom: 3pt;
}



/*	
background-image: url('graphics/bg_blk_bar.gif');
*/



