.bold {
	font-weight:bold;
}	
	
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
a.main:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #0033CC;
	text-decoration:none;
}

a.main:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #0033CC;
	text-decoration:none;
}

a.main:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #0033CC;
	text-decoration:underline;
}
a.main:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #0033CC;
	text-decoration:underline;
}

.logo {
	overflow: visible;
	position: relative;
	left: 20px;
	top: 16px;
}

.box1 {
	overflow: visible;
	bottom: auto;
	position: relative;
}

.titlebox {
	overflow: visible;
	position: relative;
	left: auto;
	bottom: auto;
}

.maintextposition {
	position: relative;
	left: 25px;
	top: 25px;
	width: 550px;
}

.rightnav {
	top: 25px;
	position: relative;
	
}

.indent {
	position: relative;
	left: 20px;
}

.italic {
	font-style: italic;
}

.largeindent {
	position: relative;
	left: 300px;
}

.largebold {
	font-weight: bold;
	font-size: 15px;
}
.smallitalic {
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #020202;
}

