
/* TAG STYLES */

BODY 
{
	font-family: MS Sans Serif, Arial, Georgia, Verdana, Helvetica;
	font-size: 12px;
	background-color: #CFD6DE;
	color: black;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

DIV
{
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

FORM
{
	display:inline;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

FIELDSET
{
	border: 1px solid #EEEEEE;
	margin: 0px 0px 10px 0px;
	padding: 12px 10px 10px 10px;
}

FIELDSET LEGEND
{
	font-weight: bold;
	font-size: 12px;
}

A, A:hover
{
	padding: 0px;
	margin: 0px;
}

A
{
	color: #996600;
}

A:hover, A:active
{
	text-decoration: underline;
	color: #EEEEEE;
}

A:visited
{
	color: #663300;
}

H1 
{
	color: #000033;
	font-size: 24px;
	font-weight: bold;
	margin-top: 0px;
}

H2 
{
	color: #000033;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
}

H3 
{
	color: #000033;
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
}

H1.thick
{
	color: #000033;
	font-size: 24px;
	font-weight: bold;
	text-transform: capitalize;
	letter-spacing: 6px;
	margin-top: 0px;
}

H2.thick
{
	color: #000033;
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	letter-spacing: 4px;
	margin-top: 0px;
}

H3.thick 
{
	color: #000033;
	font-size: 13px;
	font-weight: bold;
	text-transform: capitalize;
	letter-spacing: 2px;
	margin-top: 0px;
}

P
{
	text-align: justify;
}

P.title
{
	font-family: MS Sans Serif, arial black, arial;
	color: #000033;
	font-size: 24px;
	font-weight: bold;
	margin-top: 0px;
}

INPUT 
{
	font-size: 10pt;
}

INPUT[type='button'],INPUT[type='reset'],INPUT[type='submit'] 
{
	background-color: #EEEEEE;
	font-size: 10pt;
	padding: 2px;
	margin: 5px;
}

INPUT[type='submit'] 
{
	font-weight:bold;
}


IMG.photo {
	border: 1px solid black;
}

UL LI
{
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify;
}

