body {
	font-family: Verdana;
	font-size: 11px;
	background: url(../images/bg.jpg) repeat-x #ECEDED;
}

a {
	text-decoration:none;
	color:#002E64;
}
a:hover {
	text-decoration:underline;
	color:#000000;
}
a.hoverGrey {
	text-decoration:none;
	color:#333333;
}
a.hoverGrey:hover {
	text-decoration:underline;
	color:#000000;
}
.mediumGrey {
	color:#999999;
}

.input {
	font-family: Verdana;
	font-size: 10px;
	border: 1px solid #999999;
}

td {
	font-family: Verdana;
	font-size: 11px;
}

th {
	font-family: Verdana;
	font-size: 12px;
}

.bodystyle {
	font-family: Verdana;
	font-size: 12px;
}

.small {
	font-family: Verdana;
	font-size: 9px;
}

.medium {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

.big {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
}

.xbig {
	font-family: Verdana;
	font-size: 24px;
}

.expanded {
	font-family: Verdana;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
}

.justified {
	font-family: Verdana;
	text-align: justify;
}
.title {
	font-size: 12px;
	font-weight: bold;
}
.smalltitle {
	font-size: 10px;
	font-weight: bold;
}

.footer {
	font-family: Verdana;
	font-size: 9px;
	color: #999999;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}