
html{color:#000;background:#ffffff;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
legend{color:#000;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}


body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 14px;
	color: #717171;
	line-height:20px;
}

a { text-decoration: none; color: #c90d92; font-weight: bold; } a:hover { color: #ff10b9; }

img a { border: none; }

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 13px;
	color: #717171;
	line-height:20px;
}

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 13px;
	color: #c90d92;
}

.navigation a {
	color: #c90d92;
	text-decoration:none;
}

.navigation a:hover {
	color: #ff10b9;
	text-decoration:none;
}

.navigation_selected {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 13px;
	color: #ffffff;
}

.header {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:regular;
	font-style:italic;
	font-size: 17px;
	color: #8b1f49;
	line-height:25px;
	padding-bottom:8px;
}

.footer_pink {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	color: #f11074;
}

.footer_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

.footer_white a {
	color: #ffffff;
}

.footer_white a:hover {
	color: #f11074;
}


ul {
	padding: 0;
	margin: 20px 0;
}

li {
	list-style-type: none;
	padding-top: 5px;
}

