/*###########################################*/
/*############## ELEMENT STYLES ##################*/
/*###########################################*/

body
{
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color:#ffffff;	
}

td
{
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	
}


p
{
    padding-left: 28px;
	padding-right: 28px;
}

a:active{  text-decoration: none; font-family:  Arial, Verdana, Helvetica, sans-serif; font-size: 12px; color: #006666; text-decoration:underline }
a:hover{  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; color:#cc6666; text-decoration: underline}
a:link{  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; color: #006666; text-decoration: underline}
a:visited{  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; color: #cc6666; text-decoration: underline}
a:visited:hover{  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; color: #cc6666; text-decoration: underline}


h1, heading1
{
    font-family: Verdana, arial, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	padding-top:10px;
	padding-left: 28px;
}


h2, heading2
{
    font-family: Verdana, arial, sans-serif;
	font-size: 12px;
	color: #cc6666;
	font-weight: bold;
	padding-left: 28px;
}


h3, heading3
{

}


h4, heading4
{
}


h5, heading5
{
}


h6, heading6
{
}

textarea
{
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	}
	
.Submit
{
    background-color:#ff6633
	
	}

ol,ul
{
padding-left: 28px;
}


/*###########################################*/
/*################# CMS STYLES ##################*/
/*###########################################*/

/* The cell at the top of a content page containing the heading for the page*/
.pageHeader
{

}

/* The cell containing the content of a page*/
.contentCell
{
	padding-top: 0px;
	padding-right: 35px;
	padding-left: 5px;
	padding-bottom: 0px;
	background-color: #ffffff;
}
.rightBackground
{
background-color:#cc66ff;
}

/*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
{
}

/*Set the style for the site map boxes.*/
.siteMapItem
{
	border: 1px solid #000000;
}


/*###########################################*/
/*############### SYSTEM MESSAGES ###############*/
/*###########################################*/

.errorHeading
{
	font-weight: bold;
	color: #FF0000;
}

.errorText
{
    font-family: Verdana, arial, sans-serif;
	font-size: 12px;
	color: #990000;
	font-weight: bold;
}

.successHeading
{
	font-weight: bold;
	color: #11FF11;
}

.successtext
{
    font-family: Verdana, arial, sans-serif;
	font-size: 12px;
	color: #3333333;
}

.refreshAd
{
    font-family: Verdana, arial, sans-serif;
	font-size: 10px;
	color: #cccccc;
}

.refreshAdLink:active{  text-decoration: none; font-family:  Arial, Verdana, Helvetica, sans-serif; font-size: 10px; color: #006666; text-decoration:underline }
.refreshAdLink:hover{  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; color:#cc6666; text-decoration: underline}
.refreshAdLink:link{  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; color: #006666; text-decoration: underline}
.refreshAdLink:visited{  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; color: #cc6666; text-decoration: underline}
.refreshAdLink:visited:hover{  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; color: #0cc6666; text-decoration: underline}


