body {
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	padding: 10px 0 5px 10px;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:#333300;	
}

#page_title {
	padding: 20px;
	font-size: 40px;
	font-weight: 400;
	color:#99CC00;	
}

#page_title a:link  { color: #99CC00; text-decoration: none}
#page_title a:visited { color: #99CC00; text-decoration: none }
#page_title a:active { color: #99CC00; text-decoration: none }
#page_title a:hover { color: #99CC00; text-decoration: none }

#page_subtitle {
	padding: 10px;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	color:#333300;
}

#content_title {
	padding: 10px 0px 0px 10px;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color:#333300;
}

#content_subtitle {
	padding: 10px;
	padding-bottom: 0px;
	font-size: 18px;
	font-style: italic;
	text-align: left;
	color:#99CC00;
}

.content {
	padding: 10px;
	margin:0px;
	font-size: 12px;
	text-align: left;
	color:#333300;
	line-height:1.5;
}

.resume_content {
	padding: 10px;
	margin:0px;
	font-size: 12px;
	text-align: left;
	color:#333300;
	line-height:1.2;
}

.resume_metatitle{
	padding: 10px;
	margin: 0px;
	padding-bottom: 0px;
	font-size: 18px;
	text-align: left;
	color:#99CC00;
}

.resume_subtitle{
	padding: 10px;
	margin: 0px;
	padding-bottom: 0px;
	font-size: 14px;
	text-align: left;
	color:#333300;
}

.resume_title {
padding: 10px;
margin:0px;
font-size: 12px;
font-weight: bold;
text-align: left;
color:#333300;
line-height:0;
}

#contact {
	padding: 20px;
	font-size: 12px;
	text-align: left;
	color:#333300
}

#footer {
	padding: 20px;
	font-size: 11px;
	text-align: right;
	}
	
.with_line_bottom {
	border-bottom:solid #99CC00 2px;
}

a:link  { color: #333300; text-decoration: underline }
a:visited { color: #333300; text-decoration: underline }
a:active { color: #333300; text-decoration: underline }
a:hover { color: #99CC00; text-decoration: underline }


a.tabs:link, a.tabs:visited, a.tabs:active 	{ 
	font-size:12px;
	font-weight:bold;
	display:block; 
	margin:0 0 0 1px; 
	padding:50px 0 0 0; 
	width: 93px; 
	height:20px; 
	background-color:#99CC00; 
	color: #ffffff; 
	text-decoration: none;
}
a.tabs:hover 	{ background-color:#333300; color: #ffffff; text-decoration: none }

a.selected_tab:link, a.selected_tab:visited, a.selected_tab:active, a.selected_tab:hover { 
	font-size:12px;
	font-weight:bold;
	display:block; 
	margin:0 0 0 1px; 
	padding:50px 0 0 0; 
	width: 93px; 
	height:20px; 
	background-color:#333300; 
	color: #ffffff; 
	text-decoration: none;
}