@charset "utf-8";
a {
	color:#000080;
}
a:hover {
	background-color:#000080;
	color:#FFF;
}
p a {
	color:#000;	
}
p a:hover {
	background-color:#000;
	color:#FFF;
}
h1 {
	color:#000080;
	font-weight: bolder;
	font-size: 24px;
}
h2 {
	color:#000080;
	font-weight: bold;
	font-size: 20px;
}
h3 {
	color:#000080;
	font-style: italic;
	font-weight: normal;
	font-size: 18px;
}
h4 {
	color:#000080;
	font-weight: normal;
	font-size: 16px;
}
h5 {
	color:#000080;
	font-style: italic;
	font-weight: lighter;
	font-size: 14px;
}
h6 {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color:#000080;
	font-size: 12px;
}
p {
	line-height: 1.5;
	font-size: 14px;
	font-weight: normal;
	color: #000;
}
li {
	line-height: 1.5;
}
.center {
	text-align: center;
}
.left {
	text-align: left;	
}
.right {
	text-align: right;	
}
.justify {
	text-align: justify;	
}
.indent {
	text-indent: 40px;
}
.umderline {
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.size24 {
	font-size: 24px;
}
.size22 {
	font-size: 22px;
}
.size20 {
	font-size: 20px;
}
.size18 {
	font-size: 18px;
}
.size16 {
	font-size: 16px;
}
.size14 {
	font-size: 14px;
}
.colorGold {
	color: #CC9900;
}
.colorRed {
	color: #FF0000;
}
.colorBlue{
	color: #000080;
}
.colorBlack {
	color: #000;
}
.colorGreen {
	color:#006633;
}
.colorWhite {
	color:#FFF;
}
#names tr td {
	text-align: center;
}

