body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #222;
}

h1, h2, h3 {
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #222;
}

h1 {
	letter-spacing: -1px;
	font-size: 35px;
}

h2 {
	font-size: 26px;
}

p, ul, ol {
	text-align: justify;
	line-height: 26px;
}

ul, ol {
 	padding-left:20px;
 	
 	margin: 0 0 2em 0;
}
 
* html ul, * html ol {
	padding-left:25px;
}

a {
	color: #0094E0;
	
	outline:0;
}

a:hover, a:active {
	text-decoration: none;
	color: #0094E0;
}

a:visited {
	color: #0094E0;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 7px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 15px;
}

img.border {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #aaa;
	padding:5px;
}

.page {
	margin:5px auto;
	
	width:960px;
}

.header {
	background: url(images/header.gif) no-repeat left top;
	height:70px;
}

.header .menu {
	position:relative;
	
	float:right;
	
	margin-right:10px;
	
	text-align:right;
	
	margin-top:55px;
	
	width:360px;
}

.header .menu a,
.header .menu a:link,
.header .menu a:active,
.header .menu a:focus {
	margin-left:30px;

	text-decoration:none;
	color:#111;
	
	font-size:16px;
}

.header .menu a:hover {
	color:#333;
}

.content {
	margin-top:10px;
	
	margin-right:10px;
	
	margin-bottom:20px;
}

.content .col1 {
	float:left;
	
	width:480px;
	
	margin-right:20px;
}

.content .col2 {
	float:left;
	
	margin-top:0px;
	
	width:450px;
}


ul li, ol li {

}
  
p.ca {
	text-align:left;
	font-size:2em;
}

p.ca img {
	vertical-align: middle;
	text-align: center;
}