/* BODY AND HEADINGS */

body{
	background-color: #ffffff;
	color: #000;
	margin-right: 12px;

	margin-left: 12px;

	margin-top: 12px;

	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
}

/* CONTAINERS */

.hspacing{
	padding: 0px 4px 0px 4px;
}

/* TEXT FORMATTING */

p{
	font-size: 84%;
	margin-top: 6px;
	margin-bottom: 6px;
}

li{
	font-size: 84%;
	margin-top: 2px;
	margin-bottom: 2px;
}

.caption{
	font-size: 71%;
}

/* LINKS */

a:link{
	font-weight: bold;
	font-size: 100%;
	color: #993333;
	text-decoration: none;
}

a:visited{
	font-weight: bold;
	font-size: 100%;
	color: #003300;
	text-decoration: none;
}

a:hover{
	font-weight: bold;
	font-size: 100%;
	color: #ff0000;
	text-decoration: underline;
}

