/* General settings */

body 	{	font-family: verdana, arial, sans-serif;
		font-size: 12px;
		background-color: #FFFFFF;
		margin-left: 10%; 
		margin-right: 10%; }

p.footer {	font-family: verdana, arial, sans-serif;
		font-size: 10px; }

b 	{	font-family: arial, helvetica, sans-serif; 
		font-size: 12px; 
		font-weight: bold;
	}


/* Columns */

div.container { width: 600px;
		text-align: left;
	      }

div.left {	float: left;
		width: 400px;
	 	height: 1500px;
	 }

div.right {	float: left;
		width: 200px;
	 	height: 1500px; 
	 }


/* Headers */

div.header	{ 	width: 600px;
			text-align: left;
			height: 50px;
		}

div.header_left { 	float: left;
			width: 450px;
			height: 50px;
	 	}

div.header_right { 	float: left;
			width: 150px;
	 	 	text-align: right; 
			height: 50px;
		}



h2	{	font-family: verdana, arial, sans-serif;
		font-size: 18px;
		font-weight: bold;
	}

h3	{	font-family: verdana, arial, sans-serif;
		font-size: 14px;
		font-weight: bold;
	}

/* Tables */

table	{	background-color: #AACCff; 
		font-family: verdana, arial, sans-serif;
		font-size: 12px;
		text-align: left;
		border-width: 0px;
		padding: 12px;
	}

table.right {	border-left: 2px;		
		border-style: solid;
		border-color: #88bbff;
		margin-left: 10px;
	    }


th 	{	background-color: #99bbff;
		font-weight: bold;}

td.comment {	border-style: solid;
		border-color: #88bbff;
		border-width: 2px;
		font-style: italic; }

td.subheader {	background-color: #99bbff;}

td.blank {	background-color: #ffffff;}


/* Links */

A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}



