body { 
	background-image: url('/images/style/background.jpg'); 
	background-repeat: no-repeat; 
	background-position: left top;
 	background-color: #FFFFFF;
	topmargin: 0;
	leftmargin: 0;
	color: #000000;
	font: medium Arial, Verdana, Helvetica, sans-serif;
}
a {
	font-weight: bold;
	background-color: transparent;
	color: #000000;
}
a:link, a:visited {
	color: #666666;
}
a:hover, a:active {
	color: #0000FF;
}
a.big-link:link, a.big-link:visited {
	color: #FF0000;
	font-size: large;
	font-weight: bold;
	background-color: transparent;
}
table {
	border-width: 2px;
	border-color: #CCCCCC;
	border-collapse: collapse;
	background-color: white;
	border-spacing: 0;
}
th {
	border-width: 2px;
	padding: 15px 10px;
	margin: 15px 10px;
	border-style: solid;
	border-color: #CCCCCC;
	background-color: #FFFFFF;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}
td {
	border-width: 0;
	border-color: #FFFFFF;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
.font-x {
	font-size: large;
	line-height: .6;
}
.font-2x {
	font-size: 1.5em;
	font-weight: bold;
	color: #698FAC;
	line-height: 0;
}
.font-xx {
	font-size: 1.35em;
	font-weight: bold;
	color: #F00;
}
.font-bigblue {
	font-size: 1.35em;
	font-weight: bold;
	color: #006;
}
.font-1x {
	font-size: 1.15em;
	font-weight: bold;
}
.font-1x-ctr {
	font-size: 1.15em;
	font-weight: bold;
	text-align: center;
}
.ital {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.bold-ital {
	font-weight: bold;
	font-style: italic;
}
.bold-ctr {
	font-weight: bold;
	text-align: center;
}
.ctr {
	text-align: center;
}
#content {
    position: relative;
    top: 0;
    left:  0;
    width: 100%;
	margin: 5px;
}
#main {
	margin: 10px 40px 10px 250px;
	padding: 0;
	height: 1%;
}
#main li {
	margin: 0;
	padding: 0;
}
#main ul {
	list-style-image: url(/images/style/bullet.gif);
	vertical-align: bottom;
}
.bold-red {
	font-weight: bold;
	color: #FF0000;
}