/* CSS Document */

body {
	background-color: #ffffff;
}

a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #3366ff;
}
		
a:hover {
	text-decoration: underline;
	color: #3366ff;
}

.list {
	font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
	font-size: 8pt;
	font-style: normal;

}

.resume_head {
	font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
}

.section_head {
	font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}

.nav {
	font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
	font-size: 12pt;
}

.instruct {
	font-family: Garamond, Time New Roman, Times;
	font-size: 8pt;
	font-style: italic;
}

.instruct_big {
	font-family: Garamond, Time New Roman, Times;
	font-size: 10pt;
	font-style: italic;
	color: #000000;
}

.body_copy {
	font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-align: justify;
}

.resume_copy {
	font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
	font-size: 9pt;
	color: #000000;
	text-align: left;
}

.big_quote {
	font-family: Garamond, Time New Roman, Times;
	font-size: 20pt;
	font-style: italic;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 18px;
	margin-right: 18px;
}