body, td, th, h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
}

h2 {
	color:#FF6600;
	font-size:14px;
	border-bottom: 1px solid #f0f0f0;
}

h1 {
	color: #003399;
	font-size:17px;
	background-image:url(images/heading_bullet.gif);
	padding-left:20px;
	background-repeat:no-repeat;
	background-position:left;
}

body {
	background-color:#CCCCCC;
}

div.body1 {
	width:1024px;
	background-image:url(images/body_bg.gif);
	background-color:white;
}

div.body2 {
	width:1024px;
	background-image:url(images/footer_bg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

div.menu {
	text-align: center;
	background-image:url(images/header_bg.gif);
	height:18px;
	padding:3px;
	font-size:13px;
}

div.menu a {
	font-size:13px;
	text-decoration:none;
	color: #000000;
}

div.text {
	text-align:left;
	padding-top:5px;
	padding-left:45px;
	padding-right:45px;
	padding-bottom:15px;
}
	
.blackborder {
	border:1px solid black;
	padding:1px;
}

.rightBox {
	float:right; 
	text-align:center;
	margin-left:10px;
}

.blackBoxRight {
	float:right; 
	text-align:center;
	margin-left:10px;
	border:1px solid black;
	padding:1px;
}
	


