body {
	font-size: 	.9em;
	/* font-size: 	12px; */
	font-family: 	Verdana, Myriad Web, Syntax, sans-serif;
	font-weight:	normal;
	color:		Black;
	background:	white;
	margin:		5px 0px 0px 5px;   /* top, right, bottom,left */
	padding:	0;
	letter-spacing:	normal;
	text-transform:	none;
	}

p, blockquote, ul, ol, dl, dd, li, dir, menu	{	/* inherit from body */	}
	
small	{	font-size:	.8em;	}	

big	{	font-size:	1.17em;	}	

pre	{	font-family:	'Monotype.com', Courier New, monospace;	}

ol li	{	list-style-type:	decimal;	}	

ol ol li	{	list-style-type:	lower-alpha;	}	

ol ol ol li	{	list-style-type:	lower-roman;	}	

h1	{	
	font-family:	Georgia, Minion Web, Palatino, Book Antiqua, Utopia, Times New Roman, serif;
	font-size:	2.0em;
	font-weight:	600;
	font-style:	normal;
	text-decoration:	none;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
h2	{	
	font-family:	Georgia, Minion Web, Palatino, Book Antiqua, Utopia, Times New Roman, serif;
	font-size:	1.75em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
h3	{	
	font-family:	Georgia, Minion Web, Palatino, Book Antiqua, Utopia, Times New Roman, serif;
	font-size:	1.58em;
	font-weight:	600;
	font-style:	italic;
	text-decoration:	none;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
h4	{	
	font-family:	Georgia, Minion Web, Palatino, Book Antiqua, Utopia, Times New Roman, serif;
	font-size:	1.33em;
	font-weight:	600;
	font-style:	normal;
	text-decoration:	none;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
h5, dt	{	
	font-family:	Georgia, Minion Web, Palatino, Book Antiqua, Utopia, Times New Roman, serif;
	font-size:	1.17em;
	font-weight:	600;
	font-style:	italic;
	text-decoration:	none;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
h6	{	
	font-family:	Georgia, Minion Web, Palatino, Book Antiqua, Utopia, Times New Roman, serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	letter-spacing:	.1em;
	font-variant:	small-caps
	}	
		
table {
	color:		black;
	border:		0px;
	font-weight:	normal;
	font-size:	.9em;
	width:		100%;
	margin-top:	0px;
	margin-bottom:	0px;
}

hr	{	visibility:	visible;}	
				
		
b	{	font-weight:	bold;	}
	
i	{	font-style:	italic;	}

a, address, blockquote, cite, code, dd, del, dfn,		
div, dl, dt, em, form, h1, h2, h3, h4, h5, h6, iframe, img, kbd,		
li, object, ol, p, q, samp, small, span, strong, sub, sup, ul, var, 		
applet, b, big, center, dir, font, hr, i, menu, pre, s, strike, tt,		
u, abbr, acronym, bdo, button, fieldset, ins, label	{	
	margin-top:	0;
	margin-bottom:	0;
	padding-top:	0;
	padding-bottom:	0;
	border-top:	0;
	border-bottom:	0;
	}	

A:link, A:visited, A:active {
	color:		blue;
	text-decoration:none }

A:hover {
	color: 		#ff00ff;
	text-decoration:none;	
	}

A.blue:link, A.blue:visited, A.blue:active {
	color:		#f0f0d0;
	text-decoration:none;
	}

A.blue:hover {
	color: 		#ff00ff;
	text-decoration:none;
	}

.redtext {
	color: 		red; 
}

table.blue {
	background:	blue;
	color:		white;
	border:		0px;
	font-weight:	bold;
	font-size:	.9em;
}

table.white750 {
	color:		black;
	border:		0px;
	font-weight:	normal;
	width:		800px;
}

table.shade {
	background:	#f0f0f0;
	color:		black;
	border:		0px;
	font-weight:	bold;
	font-size:	.9em;
}

td.blue {
	background:	blue;
	color:		#f0f0f0;
	border:		0px;
	font-weight:	bold;
	font-size:	.9em;
}

td.blue a:link, td.blue a:visited, td.blue a:active {
	color:		#f0f0f0;
	text-decoration: none;
	}

td.beige {
	background:	#cccc66;
	color:		black;
	border:		0px;
	font-weight:	bold;
	font-size:	.9em;
}

td.shade {
	background:	#f0f0f0;
	border:		0px;
	font-weight:	bold;
	font-size:	.9em;
	color:		black;
}

td.menu {
	background:	#ffffcc;
	font-weight:	normal;
	color:		black;
	margin:		0px;
	padding:	4px;
	white-space: nowrap;
}

td.menu a {
	background:	#ffffcc;
	font-size: 80%;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
	border: 1px solid;
	padding: 2px;
	white-space: nowrap;
}

td.menu a:link, td.menu a:visited { 
    color: #0000ff;
    text-decoration: none;
 }

td.menu a:hover { 
    color: #ffffcc;
    background: #0000ff;
    text-decoration: none;
 }

td.shadelinks {
	background:	#f0f0f0;
	font-weight:	normal;
	color:		black;
	margin:		0px;
	padding:	4px;
}

td.shadelinks a {
	background:		#f0f0f0;
	font-size:		80%;
	text-decoration:	none;
	text-transform:		none;
	font-weight:		normal;
	border:			1px solid;
	padding:		2px;
	white-space:		nowrap;
}

td.shadelinks a:link, td.shadelinks a:visited { 
	color:			#0000ff;
	text-decoration:	none;
}

td.shadelinks a:hover { 
	color:			#f0f0f0;
	background:		#0000ff;
	text-decoration:	none;
}

td.bold {
	border:		0px;
	font-weight:	bold;
	font-size:	.9em;
	color:		black;
}
