/*

All can be alone or combined
BODY P
DIV*name
H1#name

BODY = Element tag
* = matches any element
. = Class (can have many)
# = ID (only one)

*/

body {
	background-color: #004488;
	color: White;
}
table {
	background-color: #004488;
	color: White;
}
a {
	background-color: transparent;
	color: #00FFFF;
}
.menu 
{
	background-color: #004488;
	background-image: url(/images/menubg.gif);
	color: White;
	text-align: center;
	width: 100%;
	height: 30px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold
}
.menu a:link {
	background-color: transparent;
	color: White;
	text-decoration: none
}
.menu a:visited {
	background-color: transparent;
	color: White;
	text-decoration: none
}
.menu a:hover {
	background-color: transparent;
	color: #FFCC00;
	text-decoration: none
}
.TopControl {
	background-color: White;
	color: Black;
}
.dlItem {
	/*border: solid thin red;*/
	margin-left: 1em;
	margin-right: 1em;
}
.dlTitle {
	font-size: large;
}
.dlExtra {
	color: Red;
	font-size: large;
}
.NumberTableHeader {
	font-size: larger;
	width: 200px;
}
.NumberTable {
	width: 200px;
}
.Link {
	background-color: #004488;
	color: #00FFFF;
}
.NewsletterRequestMargin {
	margin-left: 1em;
}
.NewsletterRequest {
	margin-left: 1em;
	margin-right: 1em;
	width: 100%;
}
.NewsletterRequestError {
	width: 100%;
	color: red;
	BORDER-RIGHT: red thin solid;
	BORDER-TOP: red thin solid;
	BORDER-LEFT: red thin solid;
	BORDER-BOTTOM: red thin solid;
}
.NewsletterRequestComplete {
	width: 100%;
	color: lime;
	BORDER-RIGHT: lime thin solid;
	BORDER-TOP: lime thin solid;
	BORDER-LEFT: lime thin solid;
	BORDER-BOTTOM: lime thin solid;
}
.NewsletterRequestCenter {
	text-align: center;
	width: 100%;
}
.NewsletterQuestion {
	text-align: center;
	width: 100%;
	color: lime;
}
.PageTitle {
	FONT-SIZE: 28pt;
	WIDTH: 100%;
	TEXT-ALIGN: center;
	white-space: nowrap;
}
.PageLink {
	/* Portal Links */
	FONT-SIZE: 14pt;
	WIDTH: 100%;
	TEXT-ALIGN: center;
}
.RedBox {
	/* Testing */
	border:solid 1px red;
}
.BlackBox {
	/* Testing */
	border:solid 1px black;
}
.OrderTable {
	COLOR: black;
	BACKGROUND-COLOR: white;
}
.Order20abc{
	/* 20 pt Arial Bold Center */
	FONT-SIZE: 20pt;
	FONT-FAMILY: Arial;
	FONT-WEIGHT: bold;
	TEXT-ALIGN: center;
}
.Order16ab{
	/* 16 pt Arial Bold */
	FONT-SIZE: 16pt;
	FONT-FAMILY: Arial;
	FONT-WEIGHT: bold;
}
.Order12ab{
	/* 12 pt Arial Bold */
	FONT-SIZE: 12pt;
	FONT-FAMILY: Arial;
	FONT-WEIGHT: bold;
}
.Order12tbc{
	/* 12 pt Time Bold Center */
	FONT-SIZE: 12pt;
	FONT-FAMILY: Times New Roman;
	FONT-WEIGHT: bold;
	TEXT-ALIGN: center;
}
.Order10ab{
	/* 10 pt Arial Bold */
	FONT-SIZE: 10pt;
	FONT-FAMILY: Arial;
	FONT-WEIGHT: bold;
}
.Order11ab{
	/* 11 pt Arial Bold */
	FONT-SIZE: 11pt;
	FONT-FAMILY: Arial;
	FONT-WEIGHT: bold;
}
.Order10abi{
	/* 10 pt Arial Bold Italic*/
	FONT-SIZE: 10pt;
	FONT-FAMILY: Arial;
	FONT-WEIGHT: bold;
	font-style: italic;
}
.Order9abi{
	/* 9 pt Arial Bold Italic*/
	FONT-SIZE: 9pt;
	FONT-FAMILY: Arial;
	FONT-WEIGHT: bold;
	font-style: italic;
}
.Order8ab{
	/* 8 pt Arial Bold */
	FONT-SIZE: 8pt;
	FONT-FAMILY: Arial;
	FONT-WEIGHT: bold;
}
.WorkOrderTable {
	COLOR: black;
	BACKGROUND-COLOR: white;
	BORDER-RIGHT: gray 1px solid;
	BORDER-TOP: gray 1px solid;
	BORDER-LEFT: gray 1px solid;
	BORDER-BOTTOM: gray 1px solid
}
.WorkOrderTable TD {
	BORDER-RIGHT: gray 1px solid;
	BORDER-TOP: gray 1px solid;
	BORDER-LEFT: gray 1px solid;
	BORDER-BOTTOM: gray 1px solid
}
