/* Main Content CSS Document */

body {
	margin-left: 5px;
	margin-top: 2px;
}

.formBorder {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.addressText {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: none;
	color: #OOOOOO;
}

.titleText {
	font-family: Arial;
	font-size: 26px;
	font-style: normal;
	font-weight: bold;
	color: #OOOOOO;
	text-decoration: underline;
}

.mainText {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	color: #000000;
}

.infoText {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	color: #000000;
}

.mainTextBold {
	font-family: Tahoma;
	font-size: 16px;
	font-style: normal;
	color: #000000;
	font-weight: bold;
}