body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}


#bar {
	background: url(../images/bg_bar.jpg);
}

h1 {
	font-size: 1.3em;
	font-family: "Trebuchet MS";
	color: #DD0000;
	padding-bottom: 15px;
}

h2 {
	font-size: 1.2em;
	font-family: "Trebuchet MS";
	color: #666666;
	padding-bottom: 5px;
}

#content p {
	font-size: 1.1em;
	line-height: 17px;
	text-align: justify;
	padding-bottom: 15px;
}


#content a {
	color: #DD0000;
	border-bottom: dotted 1px;
	text-decoration: none;
}

#content a:hover {
	color: #666666;
	border-bottom: dotted 0px;
	text-decoration: none;
}

#content a:visited {
	color: #DD0000;
	text-decoration: none;
}

ul#copy {
	list-style-image: url(../images/bullet.gif);
}

ul#copy li {
	font-size: 1.1em;
	line-height: 17px;
	text-align: justify;
	margin: 0 0 0 15px;
	padding: 0 0 0 5px;
}

#contentFAQ p {
	font-size: 1.1em;
	line-height: 17px;
	text-align: justify;
	padding-bottom: 15px;
}


#contentFAQ a {
	color: #666666;
	text-decoration: none;
}

#contentFAQ a:hover {
	color: #666666;
	border-bottom: dotted 1px;
	text-decoration: none;
}

#contentFAQ a:visited {
	color: #666666;
	text-decoration: none;
}


.expandable {
	border-top: 1px dotted #aaaaaa;
	background-color: #eeeeee;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	display: none;
	margin-bottom: 10px;
}

#textlinks {
	padding-top: 7px;
	padding-left: 26px;
	font-size: 0.9em;
}

#textlinks a {
	color: #AAAAAA;
	text-decoration: none;
}

#textlinks a:hover {
	color: #DD0000;
	border-bottom: dotted 1px;
	text-decoration: none;
}

/* form elements */

input, textarea { 
background-color: #eee;
font-family: Arial, Helvetica, sans-serif;
color: #666666;
text-align: left;
font-size: 1.2em;
}

.mandatory {color: #DD0101}

img {
	border: none;
}

