body {
	background: #ffffff url('../images/site/background.gif') repeat-y;
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	color: #222222;
}

html {
	background: transparent;
	height: 100%;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

form {
	padding: 0;
	margin: 0;
}


ul, ol {
	margin-bottom: 15px;
}

.ul_none {
	list-style-type: none;
	margin: 0px 0px 15px 0px;
	padding: 0;
}

blockquote {
	margin-left: 20px;
}


h1 {
	margin: 0px 0px 5px 0px;
	color: #F867A9;
	font-size: 18px;
	font-weight: 600;
	font-style: normal;
}

h2 {
	margin: 0px 0px 5px 0px;
	color: #F867A9;
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
}

h3 {
	margin: 0px 0px 5px 0px;
	color: #F867A9;
	font-size: 12px;
	font-weight: 600;
	font-style: normal;
}

h4 {
	margin: 0px 0px 10px 0px;
	color: #F867A9;
	font-size: 11px;
	font-weight: 600;
	font-style: normal;
}

h5 {
	margin: 0px 0px 5px 0px;
	color: #F867A9;
	font-size: 10px;
	font-weight: 600;
	font-style: normal;
}

h6 {
	margin: 0px 0px 5px 0px;
	color: #F867A9;
	font-size: 10px;
	font-weight: 600;
	font-style: normal;
}


/* ======================= Global Hyperlinks ======================== */

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}







a,td,th,ul,li,ol,p,
div,select,
input,textarea,
h1,h2,h3,h4	{
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 1.4;
	font-size: 13px;
	color: #222222;
}





.yellow		{ color:yellow; }
.black		{ color:black; }
.white		{ color:white; }
.red			{ color:red; }

.small a		{ color:black; font-size:8pt; }
.small a:link		{ color:blue; font-size:8pt; text-decoration:none; }
.small a:visited	{ color:purple; font-size:8pt; text-decoration:none; }
.small a:hover	{ color:red; font-size:8pt; text-decoration:underline; }
.small a:active	{ color:red; font-size:8pt; text-decoration:underline; }

.normal a		{ color:black; font-size:13px; text-decoration:none; }
.normal a:link	{ color:blue; font-size:13px; text-decoration:none; }
.normal a:visited	{ color:purple; font-size:13px; text-decoration:none; }
.normal a:hover	{ color:red; font-size:13px; text-decoration:underline; }
.normal a:active	{ color:red; font-size:13px; text-decoration:underline; }





