/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 11px;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
}

BODY.popup
{
	background-color: #ffffcc;
}

/* This section is overwriting the styles on the amend2 page
so commenting out.  Not sure what uses it!!
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;
}

.Text11
{
	font-size: 11px;
}

.Text12
{
	font-size: 12px;
}

Table
{
	font-size: 12px;
    margin-right: 0px;
}

TFOOT, THEAD
{
	font-size: 1em;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}

TH
{
	font-weight: bold;
	font-size: 1em;
	word-spacing: normal;
	vertical-align: baseline;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}

TH.ContactTable
{
	font-size: 100%; /* Was 85% */
}

TR.SLRow
{
	font-size: 10pt;
	background-color: #ffff99;
}

TR.SLRowAlt
{
	font-size: 10pt;
	background-color: #ccffcc;
}

TR.Spec
{
	background-color: cornflowerblue;
}

TR.Example
{
	background-color: khaki;
}

TR.Extra
{
	background-color: palegreen;
}
.QuestionColourMain
{
	background-color: #ccffff;
}

.QuestionColourAlt
{
	background-color: #ffff99;
}

.ColourMain
{
	background-color: #ccffff;
}

.ColourAlt
{
	background-color: #ffff99;
}

TD.Text
{
	font-size: 11px;
}

TD.LText
{
	font-size: 12px;
}

TD.LLText
{
	font-size: 15px;
}

TD.Logo
{
	font-weight: normal;
	font-size: 16px;
	color: #330099;
}

TD.Logo4
{
	font-weight: bold;
	font-size: 70px;
	color: #330099;
}

A:link
{
	text-decoration: none;
	color: #3333cc;
}

A:visited
{
	text-decoration: none;
	color: #333399;
}

A:active
{
	text-decoration: none;
	color: #333399;
}

A:hover
{
	text-decoration: underline;
	color: #3333cc;
}

A.nav:link
{
	font-weight: bold;
	color: white;
	text-decoration: none;
}

A.nav:visited
{
	font-weight: bold;
	color: white;
	text-decoration: none;
}

A.nav:active
{
	font-weight: bold;
	color: yellow;
	text-decoration: none;
}

A.nav:hover
{
	font-weight: bold;
	color: white;
	text-decoration: underline;
}

SMALL
{
	font-size: .7em;
}

BIG
{
	font-size: 1.17em;
}

BLOCKQUOTE, PRE
{
	font-family: Courier New, monospace;
}


UL LI
{
	list-style-type: disc;
}

UL LI LI
{
	list-style-type: square;
}

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;
}

LI.loweralpha
{
	list-style-type: lower-alpha;
}

IMG.pad
{
	margin-top: 5px;
	margin-left: 1px;
	margin-right: 10px;
	margin-bottom: 4px;
}

IMG.pad3bottom
{
	margin-top: 5px;
	margin-left: 1px;
	margin-right: 10px;
	margin-bottom: 3px;
}

IMG.padnobottom
{
	margin-top: 5px;
	margin-left: 1px;
	margin-right: 10px;
}

IMG.padnobottomleft10
{
	margin-top: 5px;
	margin-left: 7px;
	margin-right: 10px;
}

IMG.padrightbottom20
{
	margin-right: 20px;
	margin-bottom: 10px;
}

HR
{
	color: red;
}

HR.testimonial
{
	color: Black;
	width: 50px;
}

.feature
{
	font-weight: bold;
	font-size: 12px;
	color: teal;
	line-height: 20px;
}

.autocomplete
{
	border-color: red;
	border-style: dashed;
}

.highlightrow
{
	height: 40px;
	background-color: #ffff46;
}

.tips
{
	background-color: mistyrose;
}


<!--BODY{
scrollbar-face-color:#330099;
scrollbar-arrow-color:#33cc99;
scrollbar-track-color:#33cc99;
scrollbar-shadow-color:#33cc99;
scrollbar-highlight-color:#33cc99;
scrollbar-3dlight-color:#33cc99;
scrollbar-darkshadow-Color:#000000;}
-->