@charset "iso-8859-1";
/* CSS Document */

/* TYPOGRAPHY
--------------------------------------------------------------------------------------------------*/

body {
	background-image: url(images/back.jpg);
}

body, table           { font-family:verdana; font-size:12px; line-height:160%; }

p											{ line-height:160%; margin-bottom:.8em; }
body									{ color:#444; }
h1, h2								{ font-family:georgia,times; font-weight:normal; }
h1										{ font-size:38px; line-height:40px; color:#9D0E1F; }
h2										{ font-size:20px; line-height:23px; color:#000; margin-bottom:.3em; }
h3										{ font-size:16px; line-height:23px; font-weight:bold; }


/* LINKS
--------------------------------------------------------------------------------------------------*/

a:link								{ color:#5E8128; }
a:visited							{ color:#54781C;; }

h1 a, h2 a						{ text-decoration:none; }
h1 a:hover, 
h2 a:hover						{ text-decoration:underline; }
h1 a:visited, 
h2 a:visited					{ color:#5E8128; }

#sub a:visited 				{ color:#5E8128; }
;
}
.floatright {
	padding-right: 10px;
}
.floatleft {
	padding-left: 10px;
}
