
/********** ENCLOSING TABLE FORMATTING **********/

div.content {
	margin-left: 30px;
	margin-top: 30px;
	margin-right: -30px;
	width: 630px;
	min-height: 240px
}


/********** PARAGRAPHS **********/

p				{text-align: justify}


/********** TABLES **********/

td				{font-size: 0.7em}


/********** LINKS **********/

a {
	text-decoration: none;
	color: #003366
}


/********** SPANS **********/

span.bold {
	font-weight: bold
}

span.italic	{
	font-style: italic
}


/********** BODY **********/

body {
	font-family: Verdana;
	margin: 0px
}
