/* CSS Document */

#border {
	border-left: 1px;
	border-bottom: 1px;
	border-right: 1px;
	border-top: 1px;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	color: #000000;
	}

#body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-color: #000033;
	padding-left: 8px;
	font-size: 12px;
	color: #000033;
	font-style: normal;
	line-height: 16px;
	font-weight: 200;
	vertical-align: top;
	margin-top: 3px;
	padding-top: 5px;
	padding-right: 8px;
	margin-left: 5px;
	}
	
#list {
	list-style-type: none;
	list-style-position: inside;
	margin-left: 25px;
	line-height: 16px;
	}

#bottomtext {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	padding-top: 10px;
	text-align: center;
	padding-bottom: 10px;
	text-decoration: none;
	color: #000033;
	line-height: 14px;
	}



