@charset "utf-8";
/* CSS Document */

#content h1{
	font-size:140%;
	font-weight:normal;
	color:#A52C33;
	margin:0;
	padding:0 0 10px 0;
}

#content h2{
	font-size:120%;
	font-weight:normal;
	color:#2A3147;
	margin:0;
	padding:0 0 10px 0;
}

#content h3{
	font-size:100%;
	font-weight:normal;
	color:#2A3147;
	margin:0;
	padding:0 0 10px 0;
}

#content p{
	color:#282828;
	margin:0;
	padding:0 0 10px 0;
}

#content td{
	color:#282828;
	margin:0;
	padding:0 0 10px 0;
}

#content a:link, #content a:visited{
	color:#A52C33;
	text-decoration:none;
}

#content a:hover{
	color:#FFF;
	text-decoration:none;
	background-color:#A52C33;
}

#credits p{
	font-family:Arial, sans-serif;
	font-size:70%;
	margin:0;
	padding:0 0 5px 0;
	color:#B5B8C0;
}

ul{
	list-style:disc;
	list-style-position:outside;
	color:#282828;
	margin:0 0 10px 15px;
	padding:0;

}

ol{
	list-style:decimal;
	list-style-position:outside;
	color:#282828;
	margin:0 0 10px 15px;
	padding:0;
}

#footer p{
	font-family:Arial, sans-serif;
	font-size:70%;
	color:#A6A6A6;
	margin:0;
	padding:0 0 5px 0;
}

#footer a:link, #footer a:visited{
	color:#FFF;
	text-decoration:none;
}

#footer a:hover{
	color:#FFF;
	text-decoration:underline;
}

/* xstandard */

p.left {
text-align:left;
text-align:justify;
}

p.center {
text-align:center;
}

p.right {
text-align:right;
text-align:justify;
}

img.left {
float:left;
margin:0px 10px 10px 0px;
}

img.right {
float:right;
margin:0px 0px 10px 10px;
}

abbr {
border-bottom:1px dashed;
cursor:help;
}

acronym {
border-bottom:1px dashed;
cursor:help;
}