/* Default CSS Stylesheet for a new Web Application project */

.body 
{
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: #6699CC;
}
/*

a:link
{
    text-decoration: underline;
    color: Black;
    font-weight: bold;
}

a:active
{
    text-decoration: underline;
    color: #999933;
    font-weight: bold;
}

a:visited
{
    text-decoration: underline;
    color: Black;
    font-weight: bold;
}

a:hover
{
    text-decoration: none;
    color: #999933;
    font-weight: bold;
}
*/

.GeneralPage
{
	background-color: #6699CC; /* Background Color */
	background-image: none; /* Background Image */
	margin-bottom: 0px; /* Margins */
	margin-left: 0px; /* Margins */
	margin-right: 0px; /* Margins */
	margin-top: 0px; /* Margins */
}

.GeneralTable
{
	background-color: white; /* Background Color */
	border-right: #3366CC thin solid; 
	border-top: #3366CC thin solid; 
	border-left: #3366CC thin solid; 
	border-bottom: #3366CC thin solid;
}

.TopBanner
{
	font-family: Georgia, Garamond, Times New Roman, Serif; /* Font Face */
	font-size: 10pt; /* Font Size */
	color: #009999; /* Font Color */
	font-weight: bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
	background-color: #99CCFF; /* Background Color */
	background-image: none; /* Background Image */
}

.HeaderNavLink
{
	font-family: Georgia, Garamond, Times New Roman, Serif;
    font-size: 9pt;
    font-weight: normal;
    color: #3366CC;
    background-color: #99CCFF;
    vertical-align: top;
    text-align: right;
}

a.HeaderNavLink:link
{
    text-decoration: underline;
    color: #3366CC;
}

a.HeaderNavLink:active
{
    text-decoration: underline;
    color: #FFFF99;
}

a.HeaderNavLink:visited
{
    text-decoration: underline;
    color: #3366CC;
}

a.HeaderNavLink:hover
{
    text-decoration: none;
    color: #FFFF99;
}

.TopSubBanner
{
	font-family: Georgia, Garamond, Times New Roman, Serif; /* Font Face */
	font-size: 11pt; /* Font Size */
	color: #FFFF99; /* Font Color */
	font-weight: bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
	vertical-align: top;
}

a.TopSubBanner:link
{
    text-decoration: underline;
    color: White;
}

a.TopSubBanner:active
{
    text-decoration: underline;
    color: #99CCFF;
}

a.TopSubBanner:visited
{
    text-decoration: underline;
    color: White;
}

a.TopSubBanner:hover
{
    text-decoration: none;
    color: #99CCFF;
}

.TopSubBannerText
{
	font-family: Georgia, Garamond, Times New Roman, Serif; /* Font Face */
	font-size: 11pt; /* Font Size */
	color: #FFFF99; /* Font Color */
	font-weight: bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
}

.MenuBar
{
    font-family: Georgia, Garamond, Times New Roman, Serif;
    font-size: 11pt;
    color: #FFFF99;
    vertical-align: top;
    font-weight: bold;
	background-color: #336699;
}

a.MenuBar:link
{
    text-decoration: underline;
    color: White;
}

a.MenuBar:active
{
    text-decoration: underline;
    color: #99CCFF;
}

a.MenuBar:visited
{
    text-decoration: underline;
    color: White;
}

a.MenuBar:hover
{
    text-decoration: none;
    color: #99CCFF;
}

.LeftColumn
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: #000000; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
	background-color: #C6BFA5; /* Background color */
	background-image: none; /* Background Image */
	vertical-align: top; /* Vertical Align Text */
	text-align: left; /* Align Text */
	width: 20%; /* Cell Width */
}

.LeftColumnText
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: #000000; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
	vertical-align: top; /* Vertical Align Text */
	text-align: left; /* Align Text */
	width: 20%; /* Cell Width */
}

.RightColumn
{
    font-family: Georgia, Garamond, Times New Roman, Serif;
    font-size: 9pt;
    font-weight: normal;
    color: Black;
    background-color: #99CCFF;
    vertical-align: top;
    text-align: center;
    width: 185px; /* Cell Width */
}

a.RightColumn:link
{
    text-decoration: underline;
    color: #999933;
}

a.RightColumn:active
{
    text-decoration: underline;
    color: #999933;
}

a.RightColumn:visited
{
    text-decoration: underline;
    color: #999933;
}

a.RightColumn:hover
{
    text-decoration: none;
    color: #999933;
}

.RightColumnBox
{
    font-family: Georgia, Garamond, Times New Roman, Serif;
    font-weight: normal;
    color: White;
    background-color: #999933;
    vertical-align: top;
}

a.RightColumnBox:link
{
    text-decoration: none;
    color: White;
}

a.RightColumnBox:active
{
    text-decoration: none;
    color: #FFFF99;
}

a.RightColumnBox:visited
{
    text-decoration: none;
    color: White;
}

a.RightColumnBox:hover
{
    text-decoration: none;
    color: #FFFF99;
}

.RightColumnText
{
	font-family: Georgia, Garamond, Times New Roman, Serif;
    font-weight: normal;
    color: White;
    background-color: #999933;
    vertical-align: top;
    width: 185px; /* Cell Width */
}

a.RightColumnText:link
{
    text-decoration: none;
    color: White;
}

a.RightColumnText:active
{
    text-decoration: none;
    color: #FFFF99;
}

a.RightColumnText:visited
{
    text-decoration: none;
    color: White;
}

a.RightColumnText:hover
{
    text-decoration: none;
    color: #FFFF99;
}

.Footer
{
    font-family: Georgia, Garamond, Times New Roman, Serif;
    font-size: 7pt;
    font-weight: normal;
    color: Black;
    background-color: White;
    vertical-align: bottom;
    text-align: center;
}

a.Footer:link
{
    text-decoration: underline;
    color: Black;
}

a.Footer:active
{
    text-decoration: underline;
    color: #3366CC;
}

a.Footer:visited
{
    text-decoration: underline;
    color: Black;
}

a.Footer:hover
{
    text-decoration: none;
    color: #3366CC;
}

.FooterText
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: #C6BFA5; /* Font Color */
	font-weight: bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
	text-align: center; /* Align Text */
	vertical-align: top; /* Vertical Align Text */
}

.FooterText
{
    font-family: Georgia, Garamond, Times New Roman, Serif;
    font-size: 7pt;
    font-weight: normal;
    color: Black;
    background-color: White;
    vertical-align: bottom;
    text-align: center;
}

a.FooterText:link
{
    text-decoration: underline;
    color: Black;
}

a.FooterText:active
{
    text-decoration: underline;
    color: #3366CC;
}

a.FooterText:visited
{
    text-decoration: underline;
    color: Black;
}

a.FooterText:hover
{
    text-decoration: none;
    color: #3366CC;
}

.Instructions
{
	text-align: left; /* Text Align */
	font-family: Georgia, Garamond, Times New Roman, Serif;
    font-size: 10pt;
    font-weight: normal;
    color: Black;
    vertical-align: top;
}


.ErrorMessages
{
    font-family: Georgia, Garamond, Times New Roman, Serif;
    font-size: 11pt;
    font-weight: normal;
    color: #CC3300;
}

.ErrorMessagesSmall
{
    font-family: Georgia, Garamond, Times New Roman, Serif;
    font-size: 9pt;
    font-weight: normal;
    color: #CC3300;
}

.Messages
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: #C90D4F; /* Font Color */
	font-weight: bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-color: #FFFFFF; /* Background color */
	background-image: none; /* Background Image */
	text-align: center; /* Text Align */
}

.Headings
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 10pt; /* Font Size */
	color: Black; /* Font Color */
	font-weight: bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-color: #FFFFFF; /* Background color */
	background-image: none; /* Background Image */
	text-align: left; /* Text Align */
}

.Inputs
{
    font-family: Georgia, Garamond, Times New Roman, Serif;
    font-size: 10pt;
    font-weight: normal;
    color: Black;
    background-color: White;
}

.AlternatingContent
{
    font-family: Georgia, Garamond, Times New Roman, Serif;
    font-size: 10pt;
    font-weight: normal;
    color: Black;
    vertical-align: top;
}

.ContentHeaderMajor
{
    font-family: Georgia, Garamond, Times New Roman, Serif;
    font-size: 20pt;
    font-weight: normal;
    color: #999933;
}

.ContentHeaderMinor
{
    font-family: Georgia, Garamond, Times New Roman, Serif;
    font-size: 14pt;
    font-weight: 200;
    color: #3366CC;
}

.ContentSubHeader
{
    font-family: Georgia, Garamond, Times New Roman, Serif;
    font-size: 12pt;
    font-weight: bold;
    color: #999933;
}

a.ContentSubHeader:link
{
    text-decoration: underline;
    color: #3366CC;
}

a.ContentSubHeader:active
{
    text-decoration: underline;
    color: #999933;
}

a.ContentSubHeader:visited
{
    text-decoration: underline;
    color: #3366CC;
}

a.ContentSubHeader:hover
{
    text-decoration: none;
    color: #999933;
}

.Content
{
    font-family: Georgia, Garamond, Times New Roman, Serif;
    font-size: 10pt;
    font-weight: normal;
    color: Black;
    vertical-align: top;
	background-color: white; /* Background Color */
}

a.Content:link
{
    text-decoration: underline;
    color: #3366CC;
    font-weight: bold;
}

a.Content:active
{
    text-decoration: underline;
    color: #6699CC;
    font-weight: bold;
}

a.Content:visited
{
    text-decoration: underline;
    color: #3366CC;
    font-weight: bold;
}

a.Content:hover
{
    text-decoration: none;
    color: #6699CC;
    font-weight: bold;
}

.ContentSmall
{
    font-family: Georgia, Garamond, Times New Roman, Serif;
    font-size: 8pt;
    font-weight: normal;
    color: Black;
    vertical-align: top;
}

a.ContentSmall:link
{
    text-decoration: underline;
    color: #3366CC;
}

a.ContentSmall:active
{
    text-decoration: underline;
    color: #6699CC;
}

a.ContentSmall:visited
{
    text-decoration: underline;
    color: #3366CC;
}

a.ContentSmall:hover
{
    text-decoration: none;
    color: #6699CC;
}

.ContentYellow
{
    font-family: Georgia, Garamond, Times New Roman, Serif;
    font-size: 10pt;
    font-weight: normal;
    color: #FFFF99;
    vertical-align: top;
}

a.ContentYellow:link
{
    text-decoration: underline;
    color: #FFFF99;
    font-weight: bold;
}

a.ContentYellow:active
{
    text-decoration: underline;
    color: White;
    font-weight: bold;
}

a.ContentYellow:visited
{
    text-decoration: underline;
    color: #FFFF99;
    font-weight: bold;
}

a.ContentYellow:hover
{
    text-decoration: none;
    color: White;
    font-weight: bold;
}

.ContentTableHeader
{
    font-family: Georgia, Garamond, Times New Roman, Serif;
    font-size: 14pt;
    font-weight: 200;
    color: #FFFF99;
    background-color: #999933;
	border: #999933 thin solid;
}

.ContentTable
{
	background-color: #999933;	
}

.ContentTableHorizontal
{
	background-color: #999933;
}
