/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 10px;
	margin: 0px;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
}
H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	color: #9900cc;
}
H1
{
	font-weight: 700;
	font-size: 14px;
	margin: 0px;
	word-spacing: normal;
	text-transform: none;
	line-height: normal;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}

H2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: 0px;
	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: 12px;
	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: 11px;
	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: 10px;
	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: 9px;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}
P
{
	margin-top: 0px;
}

TFOOT, THEAD
{
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

TH
{
	vertical-align: baseline;
	font-size: 11px;
	font-weight: bold;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

TD
{
	font-size: 11px;
	vertical-align: top;
}
TEXTAREA
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

A:link
{
	text-decoration: none;
}

A:visited
{
	text-decoration: none;
}

A:active
{
	text-decoration: none;
}

A:hover
{
	text-decoration: none;
}

BLOCKQUOTE, PRE
{
	font-family: Courier New, monospace;
}


UL LI
{
	list-style-type: square;
}

UL LI LI
{
	list-style-type: disc;
}

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;
}
.sidemenu
{
    font-size: 11px;
    color: #9900cc;
    margin-bottom: 10px;
}
:hover.sidemenu
{
	color: #008080;
}
.search
{
	font-size: 10px;
	color: #9900cc;
}
:hover.search
{
	color: #008080;
}
.quote
{
	text-align: center;
	color: #008080;
}
.boxheadings
{
	font-size: 11px;
	color: #9900cc;
	text-align: center;
}
.boxlinks
{
    font-size: 11px;
    margin: 0px 0px 1em;
    color: black;
}
:hover.boxlinks
{
	color: #008080;
}
.footer
{
	background-color: #9E80B4;
	font-size: 9px;
	margin: 0px 0px 0px;
	color: white;
}
:hover.footer
{
	color: lightgrey;
}
.error
{
    background-color: red;
    font-size: 9px;
    margin: 0px 0px 0px;
    color: white;
    font-weight: bold;
}
