/* CSS Document */

h1 {
	font: 15px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #a30000;
	margin-top: 0px;
	margin-bottom: 11px;
}

h2 {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 11px;
}

h5 {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #777777;
	margin-top: 0px;
	margin-bottom: 11px;
	clear: both;
}

p {
	margin-top: 0px;
	margin-bottom: 11px;
}

/* Links normal */

a:link {
	color: #a30000;
	border-bottom: none;
	text-decoration: none;
}

a:visited {
	color: #a30000;
	border-bottom: none;
	text-decoration: none;
}

a:hover {
	color: #6d0000;
	border-bottom: none;
	text-decoration: none;
}

a:active {
	color: #a30000;
	border-bottom: none;
	text-decoration: none;
}

/* Links Content */

div#content a:link {
	color: #a30000;
	border-bottom: 1px dashed #cdcdcd;
	text-decoration: none;
}

div#content a:visited {
	color: #a30000;
	border-bottom: 1px dashed #cdcdcd;
	text-decoration: none;
}

div#content a:hover {
	color: #6d0000;
	border-bottom: 1px dashed #cdcdcd;
	text-decoration: none;
}

div#content a:active {
	color: #a30000;
	border-bottom: 1px dashed #cdcdcd;
	text-decoration: none;
}

div#content a.adobe {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #777777;
	margin-top: 0px;
	margin-bottom: 11px;
	border-bottom: none;
	clear: both;
}

ul {
	margin-top: 0px;
	margin-bottom: 11px;
}
