/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	background-color: White;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
}
.lblBold{font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #000000;}
.cMsg{font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #000000;}
.headName{font-size: 12px; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #ffffff}
.HomeHead{color: #000000;font-family: Verdana, Arial;font-size: 20px;font-weight: bold; HEIGHT: 35px}
.SubHeader{font-weight: bold;font-size: 14px;color: #000000;font-family: Verdana, Arial;text-decoration: underline;}
.pagetext {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; font-variant: normal; color: #000000}
.HeaderFont{font-weight: 700;	font-size: 1em;	word-spacing: normal;text-transform: none;color: white;font-style: normal;font-family: Verdana, Helvetica, sans-serif;letter-spacing: normal;text-decoration: none;}
.SmallFont{font-weight: lighter;font-size: 1em;	word-spacing: normal;text-transform: none;color: white;	font-style: normal;font-family: Verdana, Helvetica, sans-serif;letter-spacing: normal;font-variant: normal;text-decoration: none;}
.starColor{color:red;}
.ErrorMsg{font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; font-variant: normal; color: red}
.lblMessage
{
	font-weight: normal;
	font-size: 15px;
	vertical-align: baseline;
	color: black;
	font-style: normal;
	font-family: Arial, Sans-Serif;
	background-color: #cccccc;
	text-align: center;
	font-variant: normal;
}
/* text style for the links */
A.SiteLink, A.SiteLink:link, A.SiteLink:visited
{
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    color: #dddddd;
    font-size: 11px;
}   

A.SiteLink:hover    
{
    text-decoration: underline;
    color: white;
}

A.SiteLinkBold, A.SiteLinkBold:link, A.SiteLinkBold:visited
{
    color: #dddddd;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  11px;
    font-weight: bold
}

A.SiteLinkBold:hover
{
    color: white;
    text-decoration: none;
}

/* */
.MenuUnselected, A.MenuUnselected:link, A.MenuUnselected:visited
{
    color: goldenrod;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  12px;
    font-weight: bold;
    line-height: 16px;
    padding-left: 10px
}

.MenuUnselected:hover
{
    color: white;
    text-decoration: underline;
    padding-left: 10px
}

.MenuSelected
{
    color: white;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  12px;
    font-weight: bold;
    line-height: 16px;
    padding-left: 10px
}

.MenuSelected:hover
{
    color: white;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    padding-left: 10px
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	color: #FFFFFF;
}
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;
}

TFOOT, THEAD
{
	font-size: 1em;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}

TH
{
	vertical-align: baseline;
	font-size: 1em;
	font-weight: bold;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}


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;
}

IMG
{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

