./* ---------CSS FOR WINDOWS MACHINES------- */

/* ---------Size Classes---------------- */

.onerror { font-size: 11px }
.one { font-size: 10px }
.two { font-size: 11px }
.three { font-size: 12px }
.four { font-size: 14px }
.five { font-size: 16px }



/*-------------------- LINK RELATED CLASSES -------------------*/


.ourheading2 {
	font-size: 12px;
	font-family: Geneva, Arial, sans-serif ;
	font-style: italic;
	color: black;
}

.whatshappening3 {
	font-size: 12px;
	font-family: Geneva, Arial, sans-serif ;
	font-weight: bold;
	color: black;
}

.whatshappening2{
	font-size: 12px;
	font-family: Geneva, Arial, sans-serif ;
	font-style: italic;
	color: black;
}

.ourheading {
	font-size: 12px;
	font-family: Geneva, Arial, sans-serif ;
	font-weight: bold;
	font-style: italic;
	color: black;
}

.whatshappening {
	font-size: 12px;
	font-family: Geneva, Arial, sans-serif ;
	color: black;
}




.footerlink {
	font-size: 12px;
	font-family: Geneva, Arial, sans-serif ;
	color: white;
	text-decoration: underline;
}

a.footerlink:visited{
	color: white;
}

/*-------------------- SITE COMPONENT RELATED CLASSES -------------------*/
BODY {
	background-color :  #FFFFFF;
	color : Aqua;
	font-family : Geneva, Arial, sans-serif;
}

/*  error message and highlight font  */
.errorx {
	font-size: 12px;
	font-weight: bold;
	font-family: Geneva, Arial, sans-serif ;
	color: #990000;
}


/*  content area background color  */
.contentbkgd {
	background : White;
}

/*  header background color  */
.headerbkgd {
	background: #36597F;
}

/*  footer background color  */
.footerbkgd {
	background: Black;
}

/*  table heading text  */
.tblheadrp {
	font-size: 12px;
	font-weight: bold;
	font-family: Geneva, Arial, sans-serif;
	color: #003333
}

/*  standard (usually black) bold sub-heading text for main content */
.subheadrp {
	font-size: 18px;
	font-weight: bold;
	font-family: Geneva, Arial, sans-serif;
	color: #000000
}

/* color highlighted bold sub-heading text for main content */
.subheadcolorrp {
	font-size: 18px;
	font-weight: bold;
	font-family: Geneva, Arial, sans-serif;
	color: #9C9A9C;
}

/* standard (usually black) highlighted bold text for main content top-level heading */
.headrp {
	font-size: 24px;
	font-weight: bold;
	font-family: Geneva, Arial, sans-serif;
	color: #000000
}

/*color highlighted bold text for main content top-level heading */
.headcolorrp {
	font-size: 24px;
	font-weight: bold;
	font-family: Geneva, Arial, sans-serif;
	color: #335A83;
}

/* black bold sub-heading DATA for main content */
.datasubheadrp {
	font-size: 14px;
	font-weight: bold;
	font-family: Geneva, Arial, sans-serif;
	color: #000000
}

/* color highlighted bold sub-heading DATA for main content */
.datasubheadcolorrp {
	font-size: 14px;
	font-weight: bold;
	font-family: Geneva, Arial, sans-serif;
	color: #9C9A9C;
}

/*  black bold sub-heading DATA for main content */
.datasubheadingrp {
	font-size: 12px;
	font-weight: bold;
	font-family: Geneva, Arial, sans-serif;
	color: #000000
}

/*  color highlighted bold sub-heading DATA for main content */
.datasubheadingcolorrp {
	font-size: 12px;
	font-weight: bold;
	font-family: Geneva, Arial, sans-serif;
	color: #9C9A9C;
}

/* black bold DATA for main content top-level heading */
.dataheadrp {
	font-size: 20px;
	font-weight: bold;
	font-family: Geneva, Arial, sans-serif;
	color: Black;
}

/*color highlighted bold DATA for main content top-level heading */
.dataheadcolorrp {
	font-size: 20px;
	font-weight: bold;
	font-family: Geneva, Arial, sans-serif;
	color: #9C9A9C;
}

/*standard DATA for main content */
.data {
	font-size: 12px;
	background-color: transparent;
	font-family: Geneva, Arial, sans-serif;
	color: Black;
}

/*standard DATA for Did you know TEXT */
.didyouknowbody {
	font-size: 12px;
	background-color: #EFEFEF;
	font-family: Geneva, Arial, sans-serif;
	color: Black;
}

/*color highlighted standard DATA for main content */
.datacolor {
	font-size: 12px;
	background-color: #9C9A9C;
	font-family: Geneva, Arial, sans-serif
}
/*color highlighted for things to know/update your address  top box*/
.smallboxtop {
	font-family: Geneva, Arial, Helvetica, san-serif;
	color: #FFFFFF;
	background-color: #9C9A9C;
	font-size: 13px;
	font-weight: bold
}

/*color highlighted for things to know/update your address  box outline*/
.smallboxoutline {
	background-color: #666666;
 }
 
 /*color highlighted for things to know/update your address  main box*/
.smallboxmain {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #EFEFEF;
	font-size: 12px;
}

/*-------------------- FONT RELATED CLASSES -------------------*/

/*  black highlighted sans-serif font  */
.onerp {
	font-size: 12px;
	font-family: Geneva, Arial, sans-serif ;
	color: #000000
}

/*  small color highlighted sans-serif font  */
.onecolor {
	font-size: 12px;
	font-family: Geneva, Arial, sans-serif ;
	color: #9C9A9C
}

/*  small black sans-serif font  */
.blackone {
	font-size: 12px;
	font-weight: bold;
	font-family: Geneva, Arial, sans-serif;
	color: #000000
}

/* small white sans-serif font  */
.whiteone {
	font-size: 12px;
	font-family: Geneva, Arial, sans-serif ;
	color: #FFFFFF;
	text-decoration: none;
}

/*  bold small white sans-serif font  */
.whiteboldone {
	font-size: 12px;
	font-weight: bold;
	font-family: Geneva, Arial, sans-serif;
	color: #FFFFFF
}


.bodyBOLDWHITE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
	font-weight: bold;
	text-decoration: none
}

.mastBOLDwht  {
	color: White;
	font-weight:bold;
	text-decoration:none;
}
a.mastBOLDwht:visited
{
	color: White;
	text-decoration:none;
}
a.mastBOLDwht:hover
{
	color: White;
	text-decoration:underline;
}





/* ---------------MISC HTML TAGS--------------------- */
BODY, P, TABLE, TD {
	font-size: 12px;
	font-family: Geneva, Arial, sans-serif;
	color: Black;
}
ul {
	font-size: 12px;
	font-family: Geneva, Arial, sans-serif;
	color: Black;
}
ol {
	font-size: 12px;
	font-family: Geneva, Arial, sans-serif;
	color: Black;
}
li {
	font-size: 12px;
}
blockquote{
	font-size: 12px;
}


HR {
	color : Black;
}



/*  ------------------ STANDARD  COLOR DEFINITIONS ------------------------------ */
/* Regular black  */
.black {
	color: Black;
}

/* Regular white */
.white {
	color: White;
}

/* Our Blue */
.ourblue {
	color: #1f4f8f;
}

/* Our Red */
.ourred {
	color: #5f0050;
}

.xmenuanchor {
   position: relative;
}


