@charset "utf-8";
/* CSS Document */


h1, h2 {
	margin: 0;
	padding: 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:100;
	color:#999;
}

h3 {
	margin: 0;
	padding: 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	text-align:left;
	font-weight:200;
	color:#CCC;
}

p {
	font-size:12px;
	line-height: 160%;
	letter-spacing:1.5px;
	font-family: Gill Sans, Verdana;
	font-weight:normal;
	color:#FFF;
}
ul {
	padding-left:15px;
	
}
li {
	font-size:10px;
	color:#FFF;
	font-family: Gill Sans, Verdana;
	font-weight:normal;
	line-height:140%;
	color:#000;
}

a:link {color:#FF9; text-decoration: underline; }
a:active {color: #FF9; text-decoration: underline; }
a:visited {color: #0FF; text-decoration: underline; }
a:hover {color: #6FF; text-decoration: underline; }


#column_two_a p {
	margin-right:0px;
	font-size:16px;
	text-align:left;
	padding: 4;
	line-height: 140%;
	font-family:"Lucida Console", Monaco, monospace;
	font-style:italic;
	font-weight:bolder;
	color:#600;
}

.column_two_form  {
	margin-right:5px;
	font-size:14px;
	padding: 4;
	margin-left:5px;
	line-height: 140%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
	color:#FFF;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 18px;
}

ul {
	font-size:14px;
	color:#FFF;
	text-align:left;
	list-style-type:square;
	margin: 0;
	padding: 4;
	line-height: 140%;
	font-family: Gill Sans, Verdana;
	font-weight: normal;
	color:#FFF;
}

.emph {
	color:#FFC;
	font-style:italic;
	text-decoration:underline;
	font-size:110%;
	font-weight:inherit;
	letter-spacing:80%;
}

.Table_text {
	margin: 0;
	font-size:12px;
	font-family: Gill Sans, Verdana;
	font-weight: normal;
	color:#333;
	
}

.highlight_text {
	line-height:160%;
	font-family: Gill Sans, Verdana;
	font-weight: normal;
	font-size:14px;
	color:#FFF;
	
}
	
		
.Headline {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:lighter;
	color:#FFF;
	font-stretch:extra-expanded;
	letter-spacing:4px;
}

.footer_text{
	color:#999;
	margin-left:14px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
