/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	margin: 0px;
	background-color: #f5f5f5;
}
.navLinks
{
    font-family: Verdana;
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
}
.navLinks:Hover
{
    font-family: Verdana;
    font-size: 11px;
    color: #33CCFF;
    text-decoration: underline;
}
.box
{
	border-right: #a9a9a9 thin solid;
	border-top: #a9a9a9 thin solid;
	margin-top: 8px;
	margin-left: 8px;
	border-left: #a9a9a9 thin solid;
	border-bottom: #a9a9a9 thin solid;
	background-color: #ddfbb2;
}
.boxRight
{
    border-right: #696969 1px solid;
    border-top: #696969 1px solid;
    margin-top: 8px;
    margin-left: 8px;
    border-left: #696969 1px solid;
    border-bottom: #696969 1px solid;
    background-color: #f5f5f5;
    	font-size: 11px;
	color: #000000;
	line-height: 12pt;
	font-family: Arial, Verdana;
}
.header1
{
	font-weight: bold;
	font-size: 20px;
	color: #306393;
	line-height: 12pt;
	font-style: italic;
	font-family: Arial, Verdana;
}
.header2
{
	font-weight: bold;
	font-size: 20px;
	color: #306393;
	line-height: 12pt;
	font-style: normal;
	font-family: Arial, Verdana;
}
.header3
{
	font-weight: bold;
	font-size: 12px;
	color: #306393;
	line-height: 12pt;
	font-style: normal;
	font-family: Arial, Verdana;
}
.mainContent
{
	font-size: 12px;
	color: #000000;
	line-height: 12pt;
	font-family: Arial, Verdana;
}
.mainContentCallOut
{
	font-weight: bold;
	font-size: 12px;
	color: #306393;
	line-height: 12pt;
	font-family: Arial, Verdana;
}
.footer
{
	font-size: 10px;
	color: #696969;
	line-height: 12pt;
	font-family: Arial, Verdana;
}
.footerItalic
{
	font-size: 9px;
	color: #696969;
	line-height: 12pt;
	font-style: italic;
	font-family: Arial, Verdana;
}
.footerItalicBig
{
	font-size: 12px;
	color: #696969;
	line-height: 12pt;
	font-style: italic;
	font-family: Arial, Verdana;
}
.footerLink
{
	font-size: 10px;
	color: #696969;
	line-height: 12pt;
	font-family: Arial, Verdana;
	text-decoration: underline;
}
.footerLink:Hover
{
	font-size: 10px;
	color: #000000;
	line-height: 12pt;
	font-family: Arial, Verdana;
	text-decoration: underline;
}