body {
	margin: 0px;
	padding: 0px;
	background-color: #032850;
	background-image: url(images/bkgrnd_blue.gif);
}

legend {
	color: #FFFFFF;
	font-weight: bold;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2em;
	color: #E2F0DF;
	margin: 30px 0px 0px 0px;
	padding: 0px;
}

h1 .attention {
	font-size: 28px;
	color: #CC0000;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2em;
	color: #E2F0DF;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2em;
	color: #E2F0DF;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2em;
	color: #E2F0DF;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

p {
	margin: 0px 0px 1.2em 0px;
	padding: 0px;
}

.warning {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CC0000;
}


ul {
	margin-top: 0px;
	padding-top: 0px;
	line-height: 1.5em;
}

/* ===============================
						MENU
=============================== */ 

#blog-menu ul
{
	margin: 0px;
	padding: 5px 5px 10px 0px;
	white-space: nowrap;
}

#blog-menu li
{
	display: inline;
	list-style-type: none;
}

#blog-menu li a
{
	padding: 5px 5px 5px 5px;
	color: #FFFFFF;
	background-color: #000000;
	border: 1px solid #CCCCCC;
	text-decoration: none;
}

#blog-menu li a:hover
{
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #666666;
}

/* ============================= */

A:link { 
	color: white;
	font-weight: bold;
	text-decoration: none;
}

A:visited {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

A:hover {
	color: red;
	font-weight: bold;
	text-decoration: none;
}

A:active {
	color: red;
	font-weight: bold;
	text-decoration: none;
}

.comment {
	border: 1px solid #999999;
	padding: 5px;
	margin-bottom: 5px;
}

.comment-odd {
	border: 1px solid #999999;
	padding: 5px;
	margin-bottom: 5px;
	background-color: #264669;
}

.comment p, .comment-odd p {
	line-height: 1.2em;
	padding: 5px 0px 5px 0px;
	margin: 0px;
}

.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #E2F0DF;
}

table td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #E2F0DF;
}

.tablebg {
	background-image:  url(images/bg.gif);
	background-repeat: no-repeat;
}
