table.body {
	text-decoration: none;
	background-color: #ffffff;
	margin: 10px 10px 10px 10px;
	}

table.blue {
	text-decoration: none;
	background-color: #C6D6F0;
	border-style: solid;
	border-color: #A0BEE4;
	border-width: 1px;
	margin: 0px 0px 0px 0px;
	}
td.blue { padding: 3px 2px 3px 3px;}

caption.blue {
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
	background-color: #A0BEE4;
	text-align: left;
	padding: 5px 5px 5px 5px;
	}

a:link { font: bold Arial,Helvetica,sans-serif; color : #FFFFFF; text-decoration: underline }
a:visited { font: bold Arial,Helvetica,sans-serif; color : #FFFFFF; text-decoration: underline }
a:active { font: bold Arial,Helvetica,sans-serif; color : #FFFFFF; text-decoration: none }
a:hover { font: bold Arial,Helvetica,sans-serif; color : #FFFFFF; text-decoration: none } 

a:link.alert { font: bold color: #ff0000; text-decoration: underline }
a:visited.alert { font: bold color: #ff0000; text-decoration: underline }
a:active.alert { font: bold color: #ff0000; text-decoration: underline }
a:hover.alert { font: bold;color: #ff0000; text-decoration: none }

a:link.navlink  { font: bold Arial,Helvetica,sans-serif; color : #6c6c6c; text-decoration: none;}
a:visited.navlink  { font: bold Arial,Helvetica,sans-serif; color : #6c6c6c; text-decoration: none;}
a:active.navlink  { font: bold Arial,Helvetica,sans-serif; color : #6c6c6c; text-decoration: none;}
a:hover.navlink  { font: bold Arial,Helvetica,sans-serif; color : #6c6c6c; text-decoration: none;}

a:link.onnavlink  { font: bold Arial,Helvetica,sans-serif; color : #FFFFFF; text-decoration: none;}
a:visited.onnavlink  { font: bold Arial,Helvetica,sans-serif; color : #FFFFFF; text-decoration: none;}
a:active.onnavlink  { font: bold Arial,Helvetica,sans-serif; color : #FFFFFF; text-decoration: none;}
a:hover.onnavlink  { font: bold Arial,Helvetica,sans-serif; color : #FFFFFF; text-decoration: none;}

a:link.subnavlink  { font: bold xx-small; color : #FFFFFF; text-decoration: none;}
a:visited.subnavlink  { font: bold xx-small; color : #FFFFFF; text-decoration: none;}
a:active.subnavlink  { font: bold xx-small; color : #FFFFFF; text-decoration: none;}
a:hover.subnavlink  { font: bold xx-small; color : #FFFFFF; text-decoration: underline;}




input,textarea,select { BORDER: 1px solid #000000;}

fieldset { background-color: #6c6c6c; BORDER: 1px solid #000000;}
fieldset.subscription { BORDER: 1px solid #000000;}

legend {
	FONT-SIZE: x-small;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	}
legend.subscription {
	font-color: #FF6600;
	FONT-SIZE: x-small;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	}

.white { COLOR: #ffffff;}
.blue { COLOR: #6699CC;}
.error { COLOR: #FFEC6D;}
.phpdigHighlight { font-weight: bold; background-color: #99ccff; }


/*
--- [disabled styles] ---
P.alert {
	TEXT-DECORATION: none;
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	margin: 10px 0px 0px 0px;
	}
P.body {
	TEXT-DECORATION: none;
	background-color: #6c6c6c;
	padding: 5px;
	margin: 0px 0px 0px 0px;
	}
P.homepage_inset {
	TEXT-DECORATION: none;
	background-color: #FF6600;
	border-style: solid;
	border-width: 1px;
	border-color: #6c6c6c;
	padding: 5px;
	margin: 10px 0px 0px 0px;
	}
img {border-color: #000000; }
img.detail { border-color: #000000; margin: 0px 0px 10px 10px;}

hr { height: 1px;}

.skiplink {
	position: absolute;
	left: -1000px;
	width: 990px;
	font-size:1px; line-height:1;
	}
abbr, acronym {border-bottom: 1px dotted black;}

TABLE.RecordsTable {
	border: 1px outset #000000;
	background-color: #FFFFFF;
	font-size: 12px;
	}
.RecordsTableHeader {
	background-color: #FF6600;
	font-weight: bold;
	color: #000000;
	Border-Bottom: #000000 1px outset;
	white-space: nowrap;
	padding: 4px;
	}
.Record {
	background-color: #ffffff;
	Border-Bottom: #000000 1px outset;
	}

.MenuTable {
	background-color: #ffffff;
	font-weight: none;
	color: #000000;
	border: 1px outset #000000;
	white-space: nowrap;
	}

.ErrorTable {
	width: 100%;
	padding: 10px;
	background-color: #FFEEEE;
	font-weight: none;
	border: 1px solid #000000;
	}

A.wLink { Color: #FFFFFF;}
A:Hover.wLink { Color: #E9E9E9;}
A:Visited.wLink { Color: #E9E9E9;}

--- */