
a {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #B80605;
	text-decoration: none;
}

a.main {
	font-family: Times New Roman, Times, serif;
	font-size: 20px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a.main:hover {
	color: #B80605;
	font-size: 20px;
	text-decoration: none;
}

h1 {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;

}
p {
	font-family:Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
.bottomdotted {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999632;
}
li {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #000000;
}
.p {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #000000;
}
.bordertop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.borderbottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.borderleft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
.borderright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.footer {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFA;
}
.header {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFA;
}