﻿*
{
	margin: 0px;
	padding: 0px;
	outline: none;
	font-weight: normal;
}

body
{
	font-family: Georgia, "Times New Roman";
	font-size: 14px;
	color: #FFF;
	line-height:1.5em;
}

a
{
	color: #ffec96;
	text-decoration: none;
}

a:hover
{
	color: #99CCFF;
	text-decoration: none;
}

h1
{
	font-family: Georgia;
	line-height: 34px;
	color: #FFF;
	font-weight: normal;
	font-size: 25px;
	letter-spacing: -.01em;
}
h1 span { color:#FFEC96; }
h2
{
	font-family: Georgia, "Times New Roman";
	font-size: 35px;
	color: #FFF;
}

h3
{
	font-family: Georgia, "Times New Roman";
	font-size: 20px;
	color: #FFF;
}

h4
{
	font-family: Georgia, "Times New Roman";
	font-size: 17px;
	line-height: 17px;
	color: #ffec96;
	font-weight: bold;
}

h5
{
	font-family: Georgia, "Times New Roman";
	font-size: 23px;
	line-height: 23px;
	color: #35779a;
}

h6
{
	font-family: Georgia, "Times New Roman";
	font-size: 12px;
	color: #ffec96;
	font-weight: bold;
	line-height: normal;
}

img
{
	border: none;
}

p
{
	line-height:1.5em !important;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}

b
{
	font-weight: bold;
}

strong
{
	font-weight: bold;
}

ol li
{
    list-style-type:decimal;
    list-style-position: inside;
    color: #D4D4D4;
    font-size: 12px;
}

ul
{
	list-style: none;
}

ul a
{
	text-decoration: none;
	color: #ffec96;
}

li
{
	list-style: none;
}

hr
{
	border: none;
	border-bottom: solid 1px #ccc;
	height: 1px;
}

ul.checkboxes
{
	float: left;
	margin-right: 50px;
	overflow: hidden;
}

ul.checkboxes li
{
	margin: 5px;
}

ul.checkboxes li a
{
	display: block;
	width: 17px;
	height: 13px;
	float: left;
	padding-right: 5px;
}

ul.checkboxes li input
{
}

ul.checkboxes li a.aCheckboxOff
{
	background: url(../../Images/chk_off.gif) no-repeat top left;
}

ul.checkboxes li a.aCheckboxOn
{
	background: url(../../Images/chk_on.gif) no-repeat top left;
}


