/*  base.css										*/
/*	Common version					             	*/


/* ----- ----- ----- ----- Styles for regular text ----- ----- ----- ----- */

P.Content,
TD.Content,
UL.Content,
OL.Content,
LI.Content {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}

A.Content:LINK,										
A.Content:ACTIVE,
A.Content:VISITED {
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
}

A.Content:HOVER {										
	color: #CC3333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
}

P.smallContent,
TD.smallContent,
UL.smallContent,
OL.smallContent,
LI.smallContent {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}

P.councilText,
TD.councilText,
UL.councilText,
OL.councilText,
LI.councilText {
	color: #800000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	line-height : 18pt;
	text-align: left;
}

A.councilText:LINK,										
A.councilText:ACTIVE,
A.councilText:VISITED {
	color: #800000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
}

A.councilText:HOVER {										
	color: #008000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
}

P.ContentHeader,
TD.ContentHeader,
UL.ContentHeader,
OL.ContentHeader,
LI.ContentHeader {
	color: #800000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

P.ContentHeaderNavy,
TD.ContentHeaderNavy,
UL.ContentHeaderNavy,
OL.ContentHeaderNavy,
LI.ContentHeaderNavy {
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

P.ContentWhite,
TD.ContentWhite,
UL.ContentWhite,
OL.ContentWhite,
LI.ContentWhite {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}

P.ContentWhiteSmall,
TD.ContentWhiteSmall,
UL.ContentWhiteSmall,
OL.ContentWhiteSmall,
LI.ContentWhiteSmall {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}

A.ContentWhiteSmall:LINK,										
A.ContentWhiteSmall:ACTIVE,
A.ContentWhiteSmall:VISITED {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

A.ContentWhiteSmall:HOVER {										
	color: #ffffcc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

P.LinkContent,
TD.LinkContent,
UL.LinkContent,
OL.LinkContent,
LI.LinkContent {
	color: #800000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	text-align: left
	}

A.LinkContent:LINK {
	color: #800000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;}
A.LinkContent:ACTIVE{
	color: #800000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;}
A.LinkContent:VISITED {
	color: #800000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}

A.LinkContent:HOVER {
	color: #6666FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}
P.redContent,
TD.redContent,
UL.redContent,
OL.redContent,
LI.redContent {
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}

A.redContent:LINK,										
A.redContent:ACTIVE,
A.redContent:VISITED {
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
}

A.redContent:HOVER {										
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
}
