/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #828181;
	
	margin: 0px 0px 0px 0px;

	background-image:url(../images/template/body_background.gif);
	background-position: center;
	background-repeat:repeat-y;
}

p {
	line-height: 1.6em;
	cursor: default;
}

table {
	font-size: 11px;
}

td {
	vertical-align: top;
}

th {
	vertical-align: top;
	text-align: left;
}

div {
	cursor: default;
}

h1 {
	font-family: "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #e81d00;
	
	border-bottom: dotted 1px #e81d00;
	
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 18px;
	
	background-image:url(../images/template/h1_background.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;
	
	cursor: default;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	
	margin: 0px 0px 8px 0px;
	
	cursor: default;
}

h3 {
	font-size: 11px;
}

hr {
	color: #e9e9e9;
	height: 1px;
	border: none;
	background-color: #e9e9e9;
	margin: 0px 0px 24px 0px;
}

.right {
	text-align: right;
}

.float_right {
	float: right;
}

a {
	color: #0068e8;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	border-bottom: dotted 1px #0068e8;
}

ul li {
	list-style-type: square;
	padding: 2px 0px 2px 0px;
}

ol li {
	line-height: 1.6em;
}

img {
	border: none;
}