.style1 {color: #7E8CB1}
.style4 {
	font-size: 9px;
	padding-top: 8px;
}
.style5 {
	font-size: 14px;
	font-weight: bold;
}
.style7 {font-size: 10pt}
.style8 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
.style12 {color: #7E8CB1; font-size: 10px; }
.style13 {color: #7E8CB1; font-weight: bold; }
.style15 {font-size: x-large}
.style16 {font-size: small; padding-top: 8px; }


td{
	font-size: 11px;
	color: #224E7A;
}

.text{
	color: #224E7A;
	font-size: 11px;
	text-decoration: none;
}

.header{
	font-size: 12px;
	font-weight: bold;
	color: #FF6612;
}

.bold{
	font-size: 11px;
	font-weight: bold;
	color: #4678AB;
}

.readme{
	font-size: 13px;
	font-weight: bold;
	color: #4678AB;
}

a:link{
	color: #FF6612;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

a:visited{
	color: #993366;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
} 

a:active{
	color: #FBCC7A;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
} 

a:hover{
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	color: #FBCC7A;
}


a.linkbold:link{
	color: #FF6612;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

a.linkbold:visited{
	color: #FF6612;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
} 

a.linkbold:active{
	color: #FBCC7A;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
} 

a.linkbold:hover{
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #FBCC7A;
}




/* What ever the hell they are /\ they must to go! */


body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; }

h1,h2,h3 {  }

a {  }
a:hover {  }

p {  }

/* Utils */

.clear { clear: both; }


/* Elems */

#container { width: 900px; margin: 0 auto; }

#header {  }
#logo a { font-size: 22px; }

#nav { height: 30px; clear: both; }
#nav ul { margin: 0; padding: 0; list-style-type: none;}
#nav li { float: left; }
#nav a { display: block; padding: 4px 8px; margin: 0 4px 0 0; background: #c3c3c3; color: #666}
#nav a:hover { background: #c1c1c1; color: #111;}

#right-column-main { width: 300px; float: right; }

#left-column-main { width: 550px; }

#right-column-sub { width: 500px; float: left; margin: 90px 0 0;}

#left-column-sub {  float: left; width: 300px;}

#page-footer { width: 900px; margin: 0 auto; }

