/* CSS -  (C) Far Design Limited 2009 */
@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);


/* #######################  GENERAL SETTINGS ############################ */
* {
		margin: 0;
		padding: 0;
		}
	

html.body{
	font-size: 100%;
	color: #666;
	margin-top: 0px;
	background-color: #CCCCFF;
}

body {
	font: 62.5%/1.6 Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #27318a;
	margin-top: 0px;
	background-color: #FFFFFF;
	}

/*  Global Formatting */
p {font-size:1.2em;line-height: 1.2em;color:#ffffff;}
h1 {font-size:2.0em;line-height: 1.2em; letter-spacing:-0.05em;font-weight: 900;margin-bottom: 20px; font-family:Verdana, Arial, Helvetica, sans-serif;color:#ffffff;}
h2 {font-size:1.5em;line-height: 1.5em;font-weight: 900;}
h3 {font-size:1.4em;line-height: 1.5em;font-weight: 900;}
h4 {font-size:1.3em;line-height: 1.5em;font-weight: 900;}
h5 {font-size:1.2em;line-height: 1.5em;font-weight: 900;}
h6 {font-size:1.4em;line-height: 1.2em;color:#ffffff;font-weight: 200;}
td{font-size: inherit;}
th{font-size: 1.5em;color:#c6c6c6;text-align:left;font-weight:100;}
a:link {color: #0172BE;font-size:inherit;}
a:hover {color: #666666;font-size:inherit;}
a:visited {color: #76787b;font-size:inherit;}
img {border: 0 none;}


/* Clears Divs */
.clearFloats{clear: both;}

.clearFix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
		}

/* #######################  END GENERAL SETTINGS ############################ */

table.contentpaneopen ul li {
	
	margin-left:15px;
	
}
