/* **********************************************************************************

VTN Capital Campaign CSS
Created by: Jeremy Clark @ www.jeremybclark.com
Last Updated: 9 / 27 / 2006

/* ********************************************************************************** */


/* ---------------------------- BASIC FORMATTING --------------------------------- */

body {
	background-color: #fff;
	color: #666666;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helevitica, sans-serif;
	font-size: 12px;
}

.clear{
clear: left;
}

img{
border:none;
}

a{
color: #F26724;
text-decoration: none;
}

a:hover{
color: #999;
text-decoration: underline;
}

.text{
margin-left: 10px;
}

h1{
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Helevitica, sans-serif;
	color: #63A4AD;
	text-transform: uppercase;
}

h2{
	font-size: 20px;
	font-family: "Trebuchet MS", Arial, Helevitica, sans-serif;
	color: #F26724;
	text-transform: uppercase;
}

.footer{
	margin-left: 10px;
	font-size: 10px;
	color: #88BAC1;
}
