/*###########################################*/
/*############## ELEMENT STYLES ##################*/
/*###########################################*/

body, td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color:#dddddd;

}

a:active{  text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; color: #ff6600; text-decoration:underline }
a:hover{  font-family: Verdana, Arial, Helvetica, sans-serif; color:#003399; text-decoration: underline}
a:link{  font-family: Verdana, Arial, Helvetica, sans-serif; color: #ff6600; text-decoration: underline}
a:visited{  font-family: Verdana, Arial, Helvetica, sans-serif; color: #ff6600; text-decoration: underline}
a:visited:hover{  font-family: Verdana, Arial, Helvetica, sans-serif; color: #003399; text-decoration: underline}

.homeLink:active{  text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 11px; color: #cccccc; text-decoration:none }
.homeLink:hover{  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;font-weight: bold; color:#ff6600; text-decoration: underline}
.homeLink:link{  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;font-weight: bold; color: #cccccc; text-decoration: none}
.homeLink:visited{  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold;color: #cccccc; text-decoration: none}
.homeLink:visited:hover{  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;font-weight: bold; color: #ff6600; text-decoration: underline}


h1, heading1
{
    font-family: Verdana, arial, sans-serif;
	font-size: 14px;
	color: #bb1e04;
	font-weight: bold;
}


h2, heading2
{
    font-family: Verdana, arial, sans-serif;
	font-size: 13px;
	color: #f1a100;
	font-weight: bold;
}


h3, heading3
{
    font-family: Verdana, arial, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}


h4, heading4
{
}


h5, heading5
{
}


h6, heading6
{
}

.submitButton
{
    background-color:#6699cc;
    font-family: Verdana, arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
	}

.textArea
{
    font-family: Verdana, arial, sans-serif;
	font-size: 12px;
	color: #000000;
	
}

/*###########################################*/
/*################# CMS STYLES ##################*/
/*###########################################*/

/* The cell at the top of a content page containing the heading for the page*/
.pageHeader
{
	background-attachment: fixed;
	background-image: url("../images/repeat.gif");
	background-repeat: repeat-x;
}

/* The cell containing the content of a page*/
.contentCell
{
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 25px;
	padding-bottom: 0px;
	width: 100%;
	background-color:#dddddd;
}

/*A breadcrumb entry that is a link to a higher level, such as 'home page'*/
.breadCrumbLink
{
}

/*The class for the current breadcrumb, i.e. the page the user is on. Also defines the style for the breadcrumb seperator (>) */
.breadcrumbCurrent
{
}
.blueContentBanner
{
 background-color: #66ccff;
 }
