/* TAG STYLES */

body, td { 
	font-family: times new roman, times, serif;
	font-size: 12pt;
	color: #333399;
}

h1 { font-size: 24pt; 	font-weight: bold; }
h2 { font-size: 18pt; font-weight: bold; color: #993300;}
h3 { font-size: 12pt; }
h4  { font-weight: bold; }
h5 { text-transform: uppercase; }
h6 { font-style: italic; }


/* STANDARD STYLES */


.h-page-bg {
	margin-top: 5;
	margin-left: 5;
	margin-right: 5;
	margin-bottom: 5;
	background : #9933ff;
}



/* Text styles */

.h-text {
	font-size: 14pt;
}

.h-bold {
	font-size: 14pt;
	font-weight: bold;
}

.h-resume-title {
	
	font-size: 24pt;
	font-weight: bold;
	color: #993300;
}
.h-resume-head {
	font-size: 16pt;
	font-weight: bold;
	color: #333399;
	
}
.h-resume-text {
	font-size: 12pt;	
	color: #333399;
}
.h-navlink {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

.h-footer {
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	color: #999999;
}



 /*-------------------------------------------------------------------------------
	END
*/