/* Default CSS Stylesheet for all sites */

BODY
{
	background-color: white;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
	margin-top: 0;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	color: #003366;
}
H1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.58em;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H4
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.33em;
	font-weight: 500;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H5, DT
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

TFOOT, THEAD
{
	font-size: 1em;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}

TH
{
	vertical-align: baseline;
	font-size: 1em;
	font-weight: bold;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}
/*
A:link
{
	color: #0000ff;
	text-decoration: underline;
}	

A:visited
{
	color: purple;
	text-decoration: underline;
}	
		
A:active
{
	color: #ff0000;
	text-decoration: underline;
}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#ff0000;
	}
*/

SMALL
{
	font-size: .7em;
}

BIG
{
	font-size: 1.17em;
}

BLOCKQUOTE, PRE
{
	font-family: Courier New, monospace;
}


UL LI
{
	list-style-type: square;
}

UL LI LI
{
	list-style-type: disc;
}

UL LI LI LI
{
	list-style-type: circle;
}

OL LI
{
	list-style-type: decimal;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}


IMG.default
{
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	border: 0;
}


.price
{
	color: #990000;
}

.tiny
{
	font-size: 3pt;
}

.small
{
	font-size: 7pt;
}

font.PageTitle
{
	font-size: 1.58em;
	color: #003366;
}


/* td cells 

special

white
	left
	center
	right
beige
blue

*/

td.default
{
	background-color: #ffffff;
	text-align: center;
}

td.BlueLine
{
	background-color: #3399ff;
}

/* White Cells */

td.WhiteLeft
{
	background-color: #ffffff;
	text-align: left;
}

td.WhiteCenter
{
	background-color: #ffffff;
	text-align: center;
}

td.WhiteRight
{
	background-color: #ffffff;
	text-align: right;
}

/* Beige Cells */

td.BeigeLeft
{
	background-color: #f7efde;
	text-align: left;
}

td.BeigeCenter
{
	background-color: #f7efde;
	text-align: center;
}

td.BeigeRight
{
	background-color: #f7efde;
	text-align: right;
}

/* Blue Cells */

td.BlueLeft
{
	background-color: #ccffff;
	text-align: left;
}

td.BlueCenter
{
	background-color: #ccffff;
	text-align: center;
}

td.BlueRight
{
	background-color: #ccffff;
	text-align: right;
}

td.CreamCenter
{
	background-color: #ffffe0;
	text-align: center;
}

td.ContextMenu
{
	background-color: #ffffe0;
	text-align: left;
	width: 100;
}



table.default
{
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	border-width: 0;
	border-collapse: collapse;
}

a.linkNormalText
{
	color: #000000;
	text-decoration: none;
	font-size: 8pt;
}

font.linkNormalText
{
	color: #000000;
	text-decoration: none;
	font-size: 8pt;
}
