html {
	scrollbar-face-color:#252525;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#000000;
	scrollbar-shadow-color:#404040;
	scrollbar-highlight-color:#404040;
	scrollbar-3dlight-color:#404040;
	scrollbar-darkshadow-Color:#404040 }	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC }

A:link { color: #5555FF; text-decoration: underline }
A:visited { color: #5555FF; text-decoration: underline }
A:hover { color: #FFFFFF; text-decoration: none }
A:active { color: #FFFFFF; text-decoration: none }

.hiddenlink A:link { color: #000000; text-decoration: none }
.hiddenlink A:visited { color: #000000; text-decoration: none }
.hiddenlink A:hover { color: #5555FF; text-decoration: underline }
.hiddenlink A:active { color: #5555FF; text-decoration: underline }
	
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
	line-height: 1.4em }
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-top: 35px;
	text-align: center }
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 auto 12px auto }
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #CCCCCC;
	margin: 0 0 30px 0;
	text-align: center }

.accent-grey {
	padding: 10px;
	background: url(web_design/grey-grad-bg.jpg) repeat-x #333333;
	border-left: #000000 2px solid;
	border-right: #000000 2px solid;
	border-bottom: #000000 4px solid }
.text-1-larger { font-size:larger }
.bottom-border { border-bottom: #5555FF 3px solid }
