﻿body {
	margin-top:0px;
	margin-left:0px;
	background-image:url("/images/bg.gif");
	}
.grey { background-color:#E1E0DF; }
.white { background-color:#ffffff; }
.teal { background-color:#009FC6; }
.nav { 
	font-family:arial;
	font-size:11px; 
	line-height:17px;
	color:#000000;
	text-decoration:none;
	}
.nav:hover { 
	font-family:arial;
	font-size:11px; 
	line-height:17px;
	color:#009FC6;
	text-decoration:none;
	}
.content {
	font-family: arial;
	font-size:12px;
	color:#000000;
	line-height:19px;
	}
.title {
	font-family: arial narrow;
	font-size:17px;
	color:#009FC6;
	font-weight:bold;
	}
.subtitle {
	color:#009FC6;
	font-family: arial narrow;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	}
.button_text {
	color:#000000;
	font-family: arial;
	font-size:10px;
	line-height:10px; 
	text-align: right;
	}
a { color:black; }
a:hover { color:#009FC6; }