
BODY
{
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
.bodycopy_11px {
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
}
.bodycopy_11pxBold {
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size: 11px;
	color: #666666;
}

.bodycopy_9px {
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #666666;
}

a:link {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
	text-decoration: none;
}
a:active {
	color: #CC0033;
	text-decoration: none;
}
.arrowbullet1 {
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	list-style-image: url(arrows_yellow.gif);
}
.arrowbullet2 {
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	list-style-image: url(html/arrows_yellow.gif);
	list-style-type: none;
}
.largercopy1 {
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	color: #CC0033;
	font-size: 14px;
	font-weight: bold;
}
.bodycopy_bullet {
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	list-style-image: url(arrows_black.gif);
	list-style-type: disc;
}
.bodycopy10px {
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #333333;
}
h2 {
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #DF2F32;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	word-spacing: 1px;	
}

h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #636363;
	letter-spacing: 1pt;
	font-weight: bold;
	padding-left: 20px;
    padding-bottom: 0px;
}

.largercopy14px {
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	color: #006699;
	font-size: 12px;
	font-weight: bold;
}

.style4 {
	color: #006699;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 0px;
}

.style9 {
	font-size: 10px; 
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif; 
}

.styleItalic
{
	font-style:italic;
}

.frontpage1 {
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #333333;
	width: 305px;
	padding-right: 15px;
	line-height: 18px;
}
.frontpageright1 {
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-left: 20px;
}
.leftrule1 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #006699;
}
.boldfront1 {
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size: 14px;
	color: #006699;
	text-transform: uppercase;
}

/* News Page Stles */
.bodycopyNews_11px {
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 22px;
	padding-right: 10px;
	padding-left: 20px;
}

.bodytext2main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 24px;
	padding-right: 10px;
	padding-left: 20px;
}

.bodytext_12px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

ul.news {
	margin-top:0;
    margin-bottom:0;
}

.simplePointer {
    cursor:pointer;
}


.floatRight
{
    float:right;    
}

/* =====================   NEWS UPDATES   =====================  */
.newsDialog
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    position: absolute;
    display: none;
    padding: 0px;
    background-color: #dfdbc3;
    border: 1px solid black;
    width: 800px;
    height: 600px;
    overflow:hidden;
}

.newsDialogHead
{
    position: absolute;
    top:16px;
    text-align: center;
    width: 800px;
    height: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    border-top: 1px solid #EEEEEE;
}

.newsDialogBody
{
    position: absolute;
    top:40px;
    padding:5px;
}

.padNewsForm
{
    width: 150px;
    float: left;
    padding-bottom: 5px
}

.newsButton
{
	font-size: 14px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#5D5D5D;
	border:1px solid #ccc;
	cursor:pointer;
	padding: 0px 5px 0px 5px;
}

.newsLoader
{
    text-align:center;
	width: 600px;
    height: 400px;
    padding-top: 150px;
    background-color: #fcfefc;
    display:none;
}

.newsLoaderForm
{
    position: absolute;
    top:45px;
    text-align:center;
    width: 800px;
    height: 550px;
    padding-top: 250px;
    background-color: #fcfefc;
    display:none;
}

#msgDiv
{
    float: left;
    color:red;
    padding-left:20px;
    font-weight:bold;
    display:none;
}

.newsErrorMsg
{
    color:red;
    font-size: 10px;
    padding: 5px;
}

.hiddenText
{
    position: absolute;
    visibility: hidden;
}

.editButtonPos
{
    text-align: center;
    width: 780px;
    padding-left: 280px;
}

.defaultFont
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

textarea.styled {
	width: 780px;
	height: 410px;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height:18px;
}
