body {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 12px;
	color: #330000;	
	margin: 0px;
	padding: 0px;
}

#body{
background-color: #666666;
	background-image: url(images/bg.gif);
	background-repeat: repeat;

}
td {
vertical-align:top;
}

.tdMenu {
	background-image: url(images/template3-1/repeat.gif);
	background-repeat: repeat-y;
	background-position: top;
}
h1 {
	margin-left:5px;
	font-size: 24px;
	color: #CC0000;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #9DD929;
} 

h2, h3, p {
	margin-left: 10px;
	margin-right: 10px;
}
.tdBody {
	background-color: #FFFFFF;
	background-position: top;
}

.listTable td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECECEC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.warning {
	background-color: #FFFFCC;
	background-image: url(../images/warning_blink.gif);
	background-repeat: no-repeat;
	border: 2px solid #FF0000;
	padding-left: 25px;
	background-position: 2px 2px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#uploadwarning {
	visibility: hidden;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.crumbs, #articlesectionmenu {
	display:none;
}