body { 
	font-family: verdana, arial, helvetica, sans-serif;
}

p, li { 
	font-size:0.8em; 
	line-height:130%;
}

.small { 
	font-size:0.7em; 
}
.normalsize {
	font-size:0.8em; 
}
.white {
color:#ffffff;
}
.navtext { 
	margin:0 0 0 55px;
	font-size:0.7em; 
}
.crumbtext { 
	font-size:0.7em; 
}
.greytext {
color: #666666;
}
.captiontext {
font-size:0.7em;
color: #666666;
line-height:normal;
font-weight:bold;
}


h1 { 
	font-size: 1.2em; 
}

h2 { 
	font-size: 1.1em; 
}

h3 {
	font-size: 0.9em;
	margin-bottom: 0.5em;
}

td.margintop {
padding: 0 0 4px 0;
}
td.margintd {
padding: 3px 0 0 25px;
}

a:link, a:visited, a:active { 
	color: #030899; 
	text-decoration: underline;
}
a:hover { 
	color: #ff9933; 
	text-decoration: underline;
}

a.nav:link, a.nav:visited, a.nav:active { 
	color: #030899; 
	text-decoration: none;
}
a.nav:hover { 
	color: #ff9933; 
	text-decoration: underline;
}

p.captiontext a:link, p.captiontext a:visited, p.captiontext a:active { 
	color: #666666; 
	text-decoration: none;
}
p.captiontext a:hover { 
	color: #ff9933; 
	text-decoration: none;
}

a.whitelink:link, a.whitelink:visited, a.whitelink:active { 
	color: #ffffff; 
	text-decoration: underline;
}
a.whitelink:hover { 
	color: #ffffff; 
	text-decoration: none;
}

img {
	border-color : #cccccc;
}

img.imageright {
	float:right;
	margin: 0 0 10px 10px;
}

input, textarea, select, option {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
}

table.tableright {
	float:right;
	margin: 0 0 10px 10px;
}


