html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
	background: #659382 url(images/background.jpg) repeat-x 0 top;
}

.bold {
	font-weight: bold;
}

.greenHeader {
	font-size: 15px;
	line-height: 16px;
	color: #265152;
	font-weight: bold;
}

.smallText {
	font-size: 11px;
	line-height: 13px;
}

/* images */
.linespace {
	margin-top: 8px;
	margin-bottom: 8px;
}

/* table, Td */

.td10 {
	width: 10px;
}

.td215 {
	width: 185px;
	background-color: #ffffff;
	padding: 15px;
}

.td425Flash {
	width: 425px;
	background-color: #ffffff;
}

.td425 {
	width: 395px;
	background-color: #ffffff;
	padding: 15px;
	color: #000;
}

.td320 {
	width: 290px;
	background-color: #ffffff;
	padding: 15px;
}

.td650 {
	width: 620px;
	background-color: #ffffff;
	padding: 15px;
	color: #000;
}

.tdBackgound {
	background: url(images/td_background.jpg) repeat-y right;
}

.tdNav {
	width: 185px;
	background: #ffffff url(images/nav_background.jpg) no-repeat;
	padding: 15px;
}

/* Links */
a:link    { text-decoration: underline; font-weight: bold; color: #659382;}
a:visited { text-decoration: underline; font-weight: bold; color: #659382;}
a:hover   { text-decoration: none; font-weight: bold; color: #613624;}
a:active  { text-decoration: underline; font-weight: bold; color: #659382;}

a.small:link    { color: #000000; text-decoration: underline; }
a.small:visited { color: #000000; text-decoration: underline; }
a.small:hover   { color: #666666; text-decoration: none; }
a.small:active  { color: #000000; text-decoration: underline; }

a.nav:link    { color : #613624; text-decoration: none; font-size: 13px; text-transform: uppercase; }
a.nav:visited { color : #613624; text-decoration: none; font-size: 13px; text-transform: uppercase; }
a.nav:hover   { color : #000000; text-decoration: none; font-size: 13px; text-transform: uppercase; }
a.nav:active  { color : #613624; text-decoration: none; font-size: 13px; text-transform: uppercase; }

