body, div, td {
	font-family: Arial, Helvetica, sans-serif;
}

.normal {
	font-size: 12px;
	font-weight: normal;
}

.subtitle {
	font-size: 14px;
	font-weight: bold;
}

.bold {
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}

.small {
	font-size: xx-small;
	font-weight: normal;
}

.title {
	font-size: larger;
	font-weight: bold;
}

.border {
	border: medium outset #FFFF00;
}

a:link {
	color:#333399;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
}
	
a:visited {
	color:#333399;
	text-decoration:none;
  font-size: 12px;
	font-weight: bold;
}

a:hover {
	color:#333399;
	text-decoration:underline;
	font-size: 12px;
	font-weight: bold;	
}
	
a:active {
	color:#333399;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;	
}

a:focus {
	color:#333399;
	text-decoration:underline;
	font-size: 12px;
	font-weight: bold;
}

h1 {
	font-size: larger;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	display:inline;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	display:inline;
}

h4 {
	font-size: 19px;
	font-weight: bold;
	color: #CDCDCD;
}

h5 {
	font-size: 21px;
	font-weight: bold;
	color: #CDCDCD;
}

a.smaller {
	font-size: 9Px;
	font-weight: normal;
}
.smaller {
	font-size: 9Px;
	font-weight: normal;
}

td.content {
	height:400px;
}

table.nospacing { border-collapse:collapse; border:0; padding:0px; margin:0px; }
table.nospacing td, table.nospacing tr { border-collapse:collapse; border:0; padding:0px; margin:0px; vertical-align:top; }

