.clear{
	clear:both;
	line-height: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.69em;
	line-height:1.8em;
	color: #000000;
}

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #333333;
	text-align: left;
	margin-top: 0px;
}

p {
	margin-bottom: 0.6em;
}

a:link {
	color: #06C;
	text-decoration: none;
}
a:visited {
	color: 06C;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 22px;
	font-weight: normal;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	color: #999;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 0.3em;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
}

.quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style: italic;
	border-top: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	padding: 20px 10px;
	line-height: 1.5em;
	color: #666666;
}

/* NUMBERED LISTS ------------------------------------- */
ol {
	background-color: #F7F7F7;
	list-style-position: outside;
	border: 1px solid #E8E8E8;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
	padding-top: 15px;
	padding-right: 10px;
	letter-spacing: 1px;
}

ul{
	list-style-type: none;
}

li{
	list-style: circle url(none) outside;
	margin-left: 25px;
}

.pdf {
	list-style: none;
	margin-left: 10px;
	padding-left: 25px;
	background-image: url(../gui/pdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.doc {
	list-style: none;
	margin-left: 10px;
	padding-left: 25px;
	background-image: url(../gui/doc.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.xls {
	list-style: none;
	margin-left: 10px;
	padding-left: 25px;
	background-image: url(../gui/xls.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.txt {
	list-style: none;
	margin-left: 10px;
	padding-left: 25px;
	background-image: url(../gui/txt.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.music {
	list-style: none;
	margin-left: 10px;
	padding-left: 25px;
	background-image: url(../gui/music.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.pics {
	list-style: none;
	margin-left: 10px;
	padding-left: 25px;
	background-image: url(../gui/photo.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.vid {
	list-style: none;
	margin-left: 10px;
	padding-left: 25px;
	background-image: url(../gui/video.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.zip {
	list-style: none;
	margin-left: 10px;
	padding-left: 25px;
	background-image: url(../gui/zip.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.msg {
	list-style: none;
	margin-left: 10px;
	padding-left: 25px;
	background-image: url(../gui/message.png);
	background-repeat: no-repeat;
	background-position: left center;
}

/*TABLE LAYOUT ALTERNATIVE*/
.img_left_div {
	margin-bottom: 10px;
}

.img_left_div img {
	float: left;
	clear: both;
	padding-right: 10px;
	display: block;
}

.img_left_div br {
	clear: both;
}

.img_right_div {
	margin-bottom: 10px;
}

.img_right_div img {
	float: right;
	clear: both;
	padding-left: 10px;
	display: block;
}

.img_right_div br {
	clear: both;
}
