body {
	background-color: #CCCCCC;
	font-family: verdana, arial;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p, ol, ul, table {
	font-size: 10pt;
}

a:hover {
	text-decoration: underline;
	color: blue;
}

a:link {
	color: #FF00FF;
}

a:active {
	color: #CD5C5C;
}

a:visited {
	color: #EE82EE;
}

.bold {
	font-weight: bold;
	font-family: verdana, arial;
}

.orange {
	color: #ff7521;
}

.pink {
	color: #FF69B4;
}



.underline {
	text-decoration: underline;
	font-family: verdana, arial;
}

.italics {
	font-style: italic;
	font-family: verdana, arial;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.flash {
	text-decoration: blink;
}

.header1 {
	font-size: 20pt;
	font-family: verdana, arial;
	font-weight: bold;
}

.header2 {
	font-size: 16pt;
	font-family: verdana, arial;
	font-weight: bold;
}

.header3 {
	font-size: 14pt;
	font-family: verdana, arial;
	font-weight: bold;
}

.header4 {
	font-size: 12pt;
	font-family: verdana, arial;
	font-weight: bold;
} 

.small9pt {
	font-size: 9pt;
	font-family: verdana, arial;
}


/* This css was made by Maonzhi on Mar 25, 2008. */