body, html {
	margin: 0px; 
	padding: 0px;
	background: #4BAFFA;
	height: 100%;
}
body, p, td, ol, ul, h1, h2 { 
	font-family: Verdana, Tahoma, Arial, "Times New Roman", sans-serif; 
	font-size: 13px; 
	color: #000000;
}
/* styles for content */
a {
	color: #000000;
}
a:hover {
	color: #C80000;
	text-decoration: underline;
}
.red {
	color: #C80000;
}
.content {
	padding: 20px;
}
h1 {
	padding: 0px;
	margin: 0px 0px 18px 0px;
	color: #C80000;
	font-weight: normal;
	font-size: 18px;
}
h2 {
	padding: 0px;
	margin: 0px 0px 18px 0px;
	color: #003399;
}
p {
	padding: 0px;
	margin: 0px 0px 16px 0px;
}
.content p {
	padding-left: 20px;
}
p.sign {
	padding: 0px;
	margin: 0px 0px 7px 0px;
	font-family: Tahoma;
	font-size: 11px;
}
/* styles for design */
.gradient {
	background: transparent url(img/bg_grad.gif) repeat-x 0px 0px;
}
.gradient td {
	vertical-align: top;
}
.menu a, .menu div {
	display: block;
	position: relative;
	text-align: center;
	padding: 7px 12px 4px 12px;
	text-decoration: underline;
	background: transparent url(img/m_bg.gif) repeat-x 0px 0px;
}
.menu a:hover, .menu div {
	background: transparent url(img/m_bg_a.gif) repeat-x 0px 0px;
	text-decoration: underline;
}
.menu a:hover, .menu a, td.menu {
	color: #ffffff;
	font-family: Tahoma;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}
.leftBg, td.foot.left  {
	background: transparent url(img/bg_left.gif) repeat-y 100% 0%; 
}
.rightBg, td.foot.right {
	background: #ffffff url(img/bg_right.gif) repeat-y 100% 0%; 
}
.foot {
	vertical-align: bottom;
}
td.foot.left {
	padding: 0px 0px 0px 20px;
}
td.foot.right {
	padding: 0px 20px 0px 0px;
}
.foot table {
	background: #4BAFFA; 
	border-top: 1px solid #003366; 
	height: 50px;
}
.foot td {
	vertical-align: top;
	font-family: Tahoma;
	font-size: 11px;
	padding: 10px;
}