body {
	margin: 0px;
        background-color: #EDDA74;

	font-family: Tahoma;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}
p,li,td {
	font-family:Tahoma;
	font-size: 8pt;
	color: #000000;
	line-height: 10px;
	text-decoration: none;
}
b {
        color: #F75D59;
}
i {
        color: #ECD672;
        font-family: Tahoma;
}
u {
        color: #C8B560;
}
.title {
	font-family: Tahoma;
	font-size: 8pt;
	color: #000000;
}
.header,.navheader {
	font-size: 8pt;
	color: #000000;
        height: 13px;
	font-family: Tahoma;
        text-decoration: none;
        text-transform: uppercase;
        border-bottom: 2px dashed #F75D59;
	font-weight: bold;
	text-align: right;
        letter-spacing: 5px;
}
.h1 {
	font-size: 8pt;
	color: #000000;
	font-family:Tahoma;
        height: 13px;
        text-decoration: none;
        text-transform: uppercase;
        border-bottom: 2px dashed #F75D59;
	font-weight: bold;
	text-align: right;
        letter-spacing: 5px;
}
div.hr {
}
div.hr hr {
	height: 2px;
	color: #000000;
	width: 75%;
}
blockquote {
	margin: 10px 10px 10px 10px;
}
.img {
	border: 1px solid #9c255a;
}
input,textarea,select {
	font-family: Tahoma;
	font-size: 8pt;
	color: #000000;
	border-width: 1px;
	border-style: solid;
        border-color: #9c255a;
	background-color: #FFFFFF;
}
a,a:visited {
        color: #E55451;
	font-family: Tahoma;
	font-size: 8pt;
        text-decoration: none;
        font-weight: normal;
}
a:hover{
        color: #F62817;
        text-decoration: none;
        font-weight: normal;
        font-weight: bold;
        text-transform: strikethrough;
	font-size: 8pt;
        cursor: help;
}