/* Default CSS Stylesheet for a new Web Application project */
/*
01/29/2008 - New Colors
51,51,153 = 33,33,99 purple
153,204,0 = 99,CC,00 green
0,153,153 = 00,99,99 blue
*/

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	color: Black;
}

.light_heading
{
	 font-family: Eurostile,Verdana, Arial;
	 background-color: #009999;
	 color: white;
}

.company_name{
	font-size: small;
}

.bodytext
{
	width: 756px;
	text-align: left;
}

.white_navbar{
	font-size:12pt
}

BODY
{
	font-size: 11px;
	width: 756px;
	color: gray;
	font-family: Verdana, Arial;
	background-color: #ffffff;
	text-align:left
}

TD
{
	background-color: #FFFFFF;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: Black;
}

.globalheader
{
	font-size: x-small;
	color: black;
	font-family: Verdana, Arial;
	background-color: #333399;
}
.navbar
{
	text-justify: auto;
	font-size: 0.65em;
	color: white;
	font-family: Eurostile,Verdana, Arial;
	background-color: #333399;
}

H1
{
	font-weight: 700;
	font-size: 20px;
	word-spacing: normal;
	text-transform: none;
	color: white;
	font-style: normal;
	font-family: Eurostile,Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #333399;
	text-decoration: none;
	text-align: left
}

H2
{
	font-weight: 700;
	font-size: 1.5em;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Eurostile,Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	color: white;
	background-color: #009999;
	text-decoration: none;
}

H3
{
	font-weight: 500;
	font-size: 1.58em;
	word-spacing: normal;
	text-transform: none;
	color: black;
	font-style: normal;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: gainsboro;
	text-decoration: none;
}

H4
{
	font-family: Arial, Verdana, 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: Arial, Verdana, 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: Arial, Verdana, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

A:link
{
	text-decoration: underline;
	color: #333399;
}

A:visited
{
	text-decoration: none underline;
	color: #333399;
}

A:active
{
	text-decoration: underline;
	color: #333399;
}

A:hover
{
	text-decoration: underline;
	color: #FFFFFF;background-color:#99CC00
}

SMALL
{
	font-size: .7em;
}

BIG
{
	font-size: 1.17em;
}

BLOCKQUOTE, PRE
{
	font-family: Courier New, monospace;
}


.navbarlist
{
	list-style-position: outside;
	list-style-type: square;
	text-align: left;
}

UL LI
{
	list-style-type: square;
	text-align: left;
}

UL LI LI
{
	list-style-type: disc;
	text-align: left;
}

UL LI LI LI
{
	list-style-type: circle;
	text-align: left;
}

OL LI
{
	list-style-type: decimal;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}

IMG
{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

.thead
{
	background-color: #CCCCCC;
	font-family: Verdana;
	font-size: 11px;
	text-align: center;
	color: #000000;
}

.theadr
{
	background-color: #CCCCCC;
	font-family: Verdana;
	font-size: 11px;
	text-align: right;
	color:#000000;
}
.tbody
{
	text-align: left;
	background-color: #ffffff;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}
.tbodyl
{
	text-align: left;
	background-color: #ffffcc;
	font-family: Verdana , Arial ,sans-serif;
	font-size: 11px;
	color: Black;
}
.tmsg
{
	color: red;
	text-align: center;
}

.answer
{
	color: red;
}

.mainheading
{
	font-weight: 700;
	font-size: xx-small;
	word-spacing: normal;
	text-transform: none;
	color: black;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #333399;
	text-decoration: none;
}

.mainheading2
{
	font-weight: 700;
	font-size: large;
	word-spacing: normal;
	text-transform: none;
	color: #FFFFFF;
	font-style: normal;
	font-family: Eurostile;
	letter-spacing: normal;
	background-color: #333399;
	text-decoration: none
}

.projectname, .productname
{
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-style: italic;
	font-family: Verdana, Arial;
	background-color: darkgray;
	text-align: left;
}
.projectdate, .productsubtitle
{
	font-size: 11px;
	color: white;
	font-family: Verdana, Arial;
	background-color: darkgray;
	text-align: left;
	}
.projectlocation
{
}
.coloredrow1, .coloredrow2
{
	background-color:gainsboro;
}