/*---------------------------
	TEXT STYLES
---------------------------*/

body {
	background-color: #243141;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 70%;*/
	color: #333333;
	margin: 0px;
}

p {
	color: #000000;
	font: verdana, 12px;
	text-decoration: none;
	padding-right:8px;
}
	
td {
  font-size: 70%;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

td.color {
  padding-left: 3px;
  padding-right: 3px;
}

a:link { color: #0033CC; text-decoration: none;}
a:visited { color: #0033CC; text-decoration: none;}
a:hover { color: #A11755;	text-decoration: underline;}

h1 {
	font-family: Verdana, Arial, Univers, sans-serif;
	color: #A11755;
	font-weight: bold;
	font-size: 130%;
  border-bottom: 1px dotted #000000;
}

h2 {
	font-family:  Verdana, Arial, Arial Narrow, Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
}

h3 {
	font-family:  Verdana, Arial, Arial Narrow, Arial, sans-serif;
	font-size: 100%;
	color: #000000;
	font-weight: bold;
}
h4 {
	font-family: Verdana, Arial, Univers, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 110%;
}
.MainHeading {color: white; font-weight:bold; font-size: 38px; margin-left: 20px; height: 1em; filter: Shadow(Color=#666666, Direction=135, Strength=5);}
.SubHeading {color: white; font-weight:bold; font-size: 20px; margin-left: 20px; height: 1em; filter: Shadow(Color=#666666, Direction=135, Strength=5);}

a.menu:link { color: #0033CC;	text-decoration: none; font-weight: bold;}
a.menu:visited { color:#0033CC; text-decoration: none; font-weight: bold;}
a.menu:hover { color: #A11755; text-decoration: underline; font-weight: bold;}
.column1 {

	width: 250px;

	float: left;

	padding: 5px 0;

	}

.column2 {

	width: 250px;

	float: right;

	padding: 5px;

	}		

	

ul.checked {

	list-style: none;

	margin-left: 0;

	padding-left: 0;

	text-indent: 0.8em;

	text-align: left;

	padding-bottom: 0px;

	}



ul.checked li {

	padding-left: 21px;

	background: url(../images/check.png) left top no-repeat;

	padding-bottom: 15px;

	}

.center 

{

margin-top: auto;

margin-right: auto;

margin-bottom: auto;

margin-left: auto;

}
