/***********************************************************************************************/
/* Reset
/***********************************************************************************************/
/*
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
*/


/***********************************************************************************************/
/* Body
/***********************************************************************************************/
body
{
	margin:				10;
	font-family:		Tahoma, Arial, Helvetica, Verdana, sans-serif; 
	background-color:	#cccccc;
	color:				#000066;
	font-size:			normal;
}


/***********************************************************************************************/
/* Div classes
/***********************************************************************************************/
div.darkened
{
	background-color:	#bbbbbb;
}

div.lightened
{
	background-color:	#ffffff;
}


/***********************************************************************************************/
/* Header style classes
/***********************************************************************************************/
h1, h2, h3, h4, h5, h6
{
	margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; background: transparent;
	font-size:			normal;
}

h1
{
	font-size:			1.6em;
	font-weight:		bold;
/*	font-variant:		small-caps;	*/
	margin-top:			30;
	color:				#ffffff;
}


h2
{
	font-size:			1.4em;
	font-weight:		bold;
/*	font-variant:		small-caps;	*/
	margin-top:			30;
	color:				#ff4444;
}


h3
{
	font-size:			1.2em;
	font-weight:		bold;
/*	font-variant:		small-caps;	*/
	margin-top:			30;
	color:				#ffffff;
}


/***********************************************************************************************/
/* Img classes
/***********************************************************************************************/
img.bioPortrait
{
	border-width:		thin;
	border-color:		#aa5555;
	width:				70px;
	border-style:		solid;
}


/***********************************************************************************************/
/* "Boldface" text classes
/***********************************************************************************************/
b.email
{
	font-family:		courier, serif;
	font-weight:		normal;
	color:				#ffffff;
}

b.faded
{
	color:				#aa5555;
	font-weight:		normal;
}


/***********************************************************************************************/
/* List classes
/***********************************************************************************************/
ul
{
	margin-left: 15;
}


ul.bioBullet
{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}

/***********************************************************************************************/
/* Paragraph classes
/***********************************************************************************************/
p
{
	padding: 0; border: 0; outline: 0; vertical-align: baseline; background: transparent;
	margin-top: 5;
	margin-bottom: 15;
	margin-left: 0;
	margin-right: 0;
}

p.email
{
	margin-top: 4;
	margin-bottom: 4;
}

p.inset
{
	margin-left: 25;
}

p.copyright
{
	font-size:			0.8em;
	color:				#aa5555;
	margin-top:			0;
}

p.companyNameFaded
{
	font-size:			2.1em;
	color:				#aa5555;
	font-weight:		normal;
	margin-top:			0;
	margin-bottom:		0;
}

p.companyMotto
{
	font-variant:		small-caps;
	font-size:			1.0em;
	color:				#aa5555;
	font-weight:		bold;
	margin-top:			0;
	margin-bottom:		10;
}


/***********************************************************************************************/
/* Table classes
/***********************************************************************************************/
table.centeredBlockWide
{
	max-width:			1600;
	width:				75%;
	min-width:			500;
}

table.centeredBlockMedium
{
	max-width:			1300;
	width:				65%;
	min-width:			500;
}

table.centeredBlockTight
{
	max-width:			1000;
	width:				50%;
	min-width:			500;
}

tr.darkened
{
	background-color:	#440000;
}

td.buttonActive
{
}

td:hover
{
}

td.buttonInactive
{
	color:				#ffffff;
	background-color:	#991111;
	font-weight:		bold;
}


/***********************************************************************************************/
/* TEXT HYPERLINKS
/***********************************************************************************************/
a:link
{
	font-weight:		bold;
	color:				#0000ff;
	text-decoration:	none;
}

a:visited
{
	color:				#0000dd;
}

a:hover
{
	color:				#000000;
}

a:active
{
	color:				#aa0000;
}


/***********************************************************************************************/
/* HYPERLINKED TEXT BUTTONS
/***********************************************************************************************/
a:link.button
{
	font-weight:		bold;
	color:				#0000ff;
	text-decoration:	none;
}

a:visited.button
{
	color:				#0000dd;
}

a:hover.button
{
	color:				#000000;
}

a:active.button
{
	color:				#aa0000;
}

