/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #5c5c5c;
	
	margin: 0px 0px 0px 0px;
	
	background-image: url(../images/body_background.jpg);
	background-repeat: repeat-x;
	background-color: #efefef;
}

table {
	font-size: 11px;
}

th {
	text-align: left;
}

p {
	line-height: 1.5em;
}

h1 {
	color: white;
	display: none;
}

h2 {
	font-family: "Myriad Pro", Geneva, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight: normal;
	font-size: 18px;
	color: #5c5c5c;
	
	margin: 0px 0px 8px 0px;
}

h2 strong {
	font-weight: bold;
}

hr {
	color: #cccccc;
	height: 1px;
	border: none;
	background-color: #cccccc;
	margin: 0px 0px 16px 0px;
}

ul li {
	color: #c50028;
	list-style-type: square;
	padding: 2px 0px 2px 0px;
}

ul li span {
	color: black;
}

a {
	font-weight: bold;
	color: #c50028;
	text-decoration: none;
}

a:hover {
	border-bottom: dotted 1px #c50028;
}

.right {
	text-align: right;
}