body {
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #27519E;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#links {border:1px solid #ccc; padding:10px;}
* {list-style-type:none;}
li {margin:10px;}

.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.bigtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
}
.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	list-style-image: url(images/arrow.gif);
}
.bottom {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.header {
	color: #990000;
	font-size: 28px;
}

/* rounded buttons */
.round {
	cursor:pointer;
	cursor:hand;
	line-height:27px;
	background:url(images/button.gif) no-repeat right top;
	padding-right:20px;
	vertical-align:middle;
	display:block;
	display:inline-block;
	display:-moz-inline-box;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.round span { 
	background:url(images/button.gif) no-repeat left top; 
	height:27px;
	display:block;
	display:inline-block;
	padding-left:20px; line-height:27px;
}

	a.round:hover {background-position:right -155px;}
	a.round:hover span {background-position:left -155px;}
	
	/*button tag*/
	
	button {border:0; border:none; background:transparent; width:1; overflow:visible; white-space:nowrap; padding:0 2px; cursor:pointer; cursor:hand;}
	
/* end rounded buttons */
