body {
	font-family: verdana,helvetica,arial,sans-serif;
	background-color: #4C4976;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
}

.pagetitle {
	font-size: 16px;
	font-weight: bold;
	color: #4C4976;
}

.pagetext {
	font-size: 12px;
	color: #4C4976;
	letter-spacing: .5px;
	line-height: 16px;
}



/* ----- Default Links ----- */
a:link {
	font-size: 12px;
	color: #4C4976;
	text-decoration: underline;
	letter-spacing: .5px;
	line-height: 16px;
}

a:visited {
	font-size: 12px;
	color: #4C4976;
	text-decoration: underline;
	letter-spacing: .5px;
	line-height: 16px;
}

a:hover {
	font-size: 12px;
	color: black;
	text-decoration: underline;
	letter-spacing: .5px;
	line-height: 16px;
}



/* ----- Bottom Menu Links ----- */
a.one:link {
    font-size: 10px;
    color: #FFFFFF;
}

a.one:visited {
    font-size: 10px;
    color: #FFFFFF;
}

a.one:hover {
    font-size: 10px; 
    color: #E3E3E3;
}

/* Off State */
.BottomMenuDivide {
    font-size: 10px;
    color: #CECECE;
}

.BottomMenuOFF {
	font-size: 10px;
	color: #F5AD00;
	font-weight: bold;	
}



/* ----- Bread Crumbs Links ----- */
a.two:link {
    font-size: 9px;
    color: #868686;
	letter-spacing: 0px;
	line-height: 0px;
}

a.two:visited {
    font-size: 9px;
    color: #868686;
	letter-spacing: 0px;
	line-height: 0px;
}

a.two:hover {
    font-size: 9px; 
    color: #616161;
	letter-spacing: 0px;
	line-height: 0px;
}

.BreadCrumbsDivide {
    font-size: 9px;
    color: #868686;
	letter-spacing: 0px;
	line-height: 0px;
}

.BreadCrumbsOFF {
    font-size: 9px;
	color: #DF9C00;
	font-weight: bold;	
	letter-spacing: 0px;
	line-height: 0px;
}



/* ----- Table Data & Rows ----- */

table.header {
	background-image: url(../SharedImages/Header_BG.jpg);
}

td.pagebase {
	background-image: url(../SharedImages/Row3_Cel2_BG.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

td.rightend {
	background-image: url(../SharedImages/Row2_cell3_BG.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

td.mainmenu {
	background-image: url(../SharedImages/Row2_cell1_BG.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

tr.greybg {
	background-color: #EBEBEB;
}

td.contentmain {
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../SharedImages/PageBackground.jpg);
	background-color: #FFFFFF;
}



/* ----- Form Elements ----- */
.Form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0.5px;
	border: 1px solid #d79700;
	color: #4C4976;
	background-color: inherit;
}

.FormSubmit {
	font-size: 12px;
	color: #4C4976;
  	background-color: #D9D9D9;
	padding: 2px;
}

fieldset
{
	font-size: 9px;
	color: #4C4976;
	border: 1px solid #bfbfc9;
	padding: 0px 3px;
}

legend
{
	padding: 1px 8px;
	border: 1px solid #bfbfc9;
	background-color: #EBEBEB;
}



/* ----- Other ----- */
.htext {
	font-size: 10px;
	color: #4C4976;
}

.thumbimageborder{
	border:  1px solid #bfbfc9;
	padding: 0px;
}

.copyright {
	font-size: 9px;
	color: #E6E6E6;
}

.hr {
    width: 175px;
	height: 0px; 
    border: 0px; 
    border-top:1px solid #F5AD00; 
}


