/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	margin: 0px;
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

P
{
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

.HeaderTable 
{
	background-image:  url(../images/Widgets/HeadingBg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

.HeaderMenu
{
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 10pt;
	color: #FFFFFF;
}

.SubHeader
{
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 8pt;
	color: #FFFFFF;
}

.SectionHeader
{
	font-family: Trebuchet MS;
	font-size: 15pt;
	color: #000000;
}

.FormLabel
{
	font-family: Trebuchet MS;
	font-size: 10pt;
	color: #000000
}

A.Header2:hover
{
	text-decoration: underline;
	color: #0033CC
}

A.Header3 
{
	text-decoration: none
}

A.Header3:hover 
{
	text-decoration: underline;
	color: #0033CC
}

A.HeaderMenu, A.Header2
{
	text-decoration: none
}

A.HeaderMenu:hover 
{
	text-decoration: underline;
	color: #FFFFFF
}

.GoogleBtn 
{
	border-left-width: 1;
	border-bottom-width: 1;
	border-right-width: 1;
	border-top-width: 1;
	font-size: 9px;
	height: 20px;
	width: 40px
}

UL 
{
	list-style-image: url(../images/Widgets/dot.gif);
}
.bullet {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000099
	}
.h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000099
	}
.h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #990033
	}
P,li,caption {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000099
	}
.li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000099
	}
.footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000099
	}
.caption {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 8pt;
	color: #000099
	}
A {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000099
}
.incontent {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #000099;
	font-style: italic
}
.menulink {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	color: #000099
}
A:hover, A.menulink:hover, A.bullet:hover, A.incontent:hover {
	color: #ff0000
}
A:visited {
	color: #999999
}