body
{
	font-family: Verdana, arial, helvetica, geneva, sans-serif;
	font-size: x-small;
	color: #000;
	background: url("graphics/pattern.jpg") repeat-xy;
	line-height: 130%;
}
/* body links */

a:link
{
	color: #22498E;
	text-decoration: underline;
}

a:active
{
	color: #22498E;
	text-decoration: underline;
}

a:visited
{
	color: #22498E;
	text-decoration: underline;
}

a:hover
{
	color: #DFB300;
	text-decoration: underline;
}
/* END body links */

/* special links */
a.speciallink:link
{
	color: #21498E;
	text-decoration: none;
	font-weight: bolder;
	line-height: 120%;
}

a.speciallink:active
{
	color: #21498E;
	text-decoration: none;
	font-weight: bolder;
	line-height: 120%;
	}

a.speciallink:visited
{
	color: #21498E;
	text-decoration: none;
	font-weight: bolder;
	line-height: 120%;
}

a.speciallink:hover
{
	color: #DFB300;
	text-decoration: none;
	font-weight: bolder;
	line-height: 120%;
}

/* END special links */

.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #C12A07;
	line-height: 150%;
}
.h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
	line-height: 150%;

}
.h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #A99EA3;
	line-height: 155%;

}
.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	line-height: 140%;
	font-weight: normal;
	color: #666666;
	}
