/* CMS Style */

/* general */
* {
	font-family:"Helvetica Neue", Helvetica, Arial, Verdana, sans-serif, serif;
	font-size:12px;
}

/* tags */
body {background-color:#CC9966;}

h1 {
	font-size:18px;
	color:#FFFFFF;
	background-color:#993300;
	padding-left:10px;
	text-align:left;
}

h2 {
	color:#3333FF;
	font-size:16px;
	text-align:left;
}

h3 {font-size:16px;}

h4 {font-size:14px;}

h5 {
	font-size:14px;
	text-align:center;
}

h6 {font-size:36px;}

li {
	text-align:left;
	list-style:none;
	padding:5px 0px;
}

p {
	text-align:justify;
	font-size:12px;
}

a {
	font-size:12px;
	color:#3333FF;
	text-decoration:none
}

a:hover {text-decoration:underline;}

/* content */
.page {background-color: #FFFFFF;}

.thanksPage {background-color: #FFFFFF;}

.header{background-color:#FFFFFF;}

#docBtn a {text-decoration:none;}

.footer{background-color:#FFFFFF;}

.footer p {
	text-align:center;
	font-size:9px;
}

.footer a {
	color:#993300;
	display:inline;
	font-size:10px;
	text-decoration:none;
}