body {
	/*text-align: center;*/
	font-family:  arial, tahoma, verdana, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
}

td {
	text-align: left;
	font-family:  arial, tahoma, verdana, sans-serif;
	vertical-align: top;
	font-size: 12px;
	line-height: 1.3em;
}

font {
	line-height: 1.3em;
}

img {
/*	border-width: 0px;*/
}

.noborder {
	border-width: 0px;
}

p {
	text-align: left;
}

p.center {
	text-align: center;
}


ul {
	list-style-image: url(/images/triangle.gif);
}

ul ul {
	list-style-image: url(/images/triangle-small.gif);
	padding: 0 0 0 15px;
}

a, a:link, a:visited {
	color: #c80014;
	text-decoration: underline;
}

a:hover {
	color: black;
	text-decoration: none;
}

/*
 * * * H1, H2, H3
 */
  
h1 {
	margin: 0 0 30 0px;
	padding: 0px;
	font-size: 35px;
	/*color: #c80014;*/
	line-height: 100%;
	font-weight: normal;
}

h2 {
	margin: 40 0 20 0px;
	padding: 0px;
	font-size: 25px;
	/*color: #c80014;*/
	line-height: 100%;
	font-weight: normal;
	line-height: 120%;
}

h3 {
	margin: 20 0 10 0px;
	padding: 0px;
	font-size: 18px;
	line-height: 100%;
	/*color: #c80014;*/
	font-weight: normal;
}
/*
h3 a, h3 a:link, h3 a:visited {
	color: #c80014;
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
}*/
 
h4 {
	margin: 5 0 0 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: normal;
}


#footer p {
	font-size: 85%;
	margin: 0;
	padding: 3 0 3 0px;
}

#footer a, #footer a:visited {
	color: #e2e2e2;
}
#footer a:hover {
	color: white;
	text-decoration: none;
}


