body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 0;
}

a:link { 
	color: #FF6600;
}
a:visited { 
	color: #FFCC00;
}
a:hover { 
	color: #FF3300;
	text-decoration: none;
}
a:active { 
	color: #FF6600;
}

.rcMenuStatic a:link {
	color: #FF3300;
	text-decoration: none;
}
.rcMenuStatic a:visited {
	color: #FF6600;
	text-decoration: none;
}
.rcMenuStatic a:hover {
	color: #FFCC00;
	text-decoration: none;
}
.rcMenuStatic a:active {
	color: #FFCC00;
	text-decoration: none;
}

.rcSubMenuStatic a:link {
	color: #CC0033;
	text-decoration: none;
}
.rcSubMenuStatic a:visited {
	color: #CC0033;
	text-decoration: none;
}
.rcSubMenuStatic a:hover {
	color: #ff6600;
	text-decoration: none;
}
.rcSubMenuStatic a:active {
	color: #ff9900;
	text-decoration: none;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #CC0033;
	font-weight:bold;
	}

.heading-underline {
	background-color:#ff9900;
	height: 1px;
}

.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #FF6600;
	font-weight:bold;
}

.subheading a:link { 
	color: #FF0000;
}
.subheading a:visited { 
	color: #FF0000;
}
.subheading a:hover { 
	color: #FF0000;
	text-decoration: none;
}
.subheading a:active { 
	color: #FF0000;
}

.horizontal-dots {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff9900;
}
.vertical-dots {
	border-right-width: 1px;
	border-right-color: #999999;
	border-right-style: solid;
	
}
.BoxBorder {
	border: 1px #000000 solid;
}
