/* CSS Document */

/* 
	CENTERS BACKGROUND HORIZONTALLY:  background: #ffffff url(images/bg_body.gif) 50% 0 no-repeat;
	CENTERS BACKGROUND VERTICALLY:  background: #ffffff url(images/bg_body.gif) 0 50% no-repeat;
	BACKGROUND CLINGS TO LEFT BROWSER EDGE:  background: #ffffff url(images/bg_body.gif) 0 0 no-repeat;

	BACKGROUND DOES NOT REPEAT:  background: #ffffff url(images/bg_body.gif) 0 0 no-repeat;
	BACKGROUND REPEATS VERTICALLY:  background: #ffffff url(images/bg_body.gif) 0 0 repeat-y;
	BACKGROUND REPEATS HORIZONTALLY:  background: #ffffff url(images/bg_body.gif) 0 0 repeat-x;

 */

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

A:link {
	TEXT-DECORATION: underline
}
A:visited {
	TEXT-DECORATION: underline
}
A:hover {
	COLOR: #000000; TEXT-DECORATION: none
}
div#NewsletterTile {
	width: 135px;
	margin: 20px 0 20px 3px;
	border: solid #01275f 3px;
	background-color:#f5f5e8;
	padding: 5px 0;
}
div#NewsletterTile a {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #a1270b;
	TEXT-DECORATION: none;
	font-style: italic;
	font-weight: bold;
}
div#NewsletterTile a:hover {
	color: #01275f;
}
p#Copyright {
	font-size: 10px;
}
h1 {
	margin-top: 24px;
}
h2 {
	margin-top: 20px;
}

h3 {
	margin-top: 14px;
}
p {
	font-size: 12px;
}
div#AdminMenu {
	width: 96%;
	border: solid 1px #a1270b;
	background-color:#f5f5e8;
}

ul {
	font-size: 12px;
}

li {
	font-size: 12px;
}

td {
	font-size: 12px;
}