/* Thanks to Infininight */

body {
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #cbd6dd;
	text-align: left;
	background-image: url(/images/cloudsbg.jpg);
	}

body, div, p, th, td, li, dd {
		/* redundant selectors to help NS4 not forget */
	font-family: Times, Georgia, serif;
	font-size: 12px;
	}

a:link {
	color: #3333cc;
	background-color: transparent;
	text-decoration:none;
	}
a:visited {
	color: #993366;
	background-color: transparent;
	text-decoration:none;
	}
a:active {
	color: #cccc99;
	background-color: transparent;
	text-decoration:none;
	}

a:hover { text-decoration: underline; }

h1 {font-size: 26px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4 {font-size: 12px;}
h5 {font-size: 10px;}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-family: Times, Georgia, serif;
	}
img {
	border: 0;
	}

table form {
	margin-bottom: 1px;
	}
/* CSS Snippets */

.main {
	font-family: Times, Georgia, serif;
	font-size: 12px;
	background-color: transparent;
	}
	
.header {
	font-family: Times, Georgia, serif;
	background-color: #b3b3b3;
	line-height: 1.0em;
	}
.dark {
background-color: #333333;
	}
.blue {
background-color: #cbd6dd;
	}
.green {
background-color:#99ffcc;
	}