body, td, p, ul, li, input, textarea  {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#2f2a27;
}

body {
	margin:30px 0 30px 0;
	padding: 0;
	background-color:#ffffff;
}

h1 {
	font-size:18px;
	font-weight:bold;
	color:#2f2a27;
	margin-bottom:3px;
	margin-top:0px;
}

h2 {
	font-size:14px;
	color:#2f2a27;
	margin-bottom:3px;
}

h3 {
	font-size:12px;
	font-weight:bold;
	color:#2f2a27;
}

a {
	color:blue;
	font-weight:normal;
	text-decoration:underlined;
}

a:hover {
	color:#018945;
}

.bg {
	background-color:#ffffff;
	height:950px;
	background-image:url(../images/bg_long.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

.content {
	width:450px;
	text-align:left;
}

.green {
	color:#018945;
}

.grey {
	color:#b0adad;
}

.bigtext {
	font-size:12px;
}

.smalltext {
	font-size:10px;
}

#navigation {
	padding:0;
	margin:0;
	width:180px;
	list-style-type:none;
}

#navigation li {
	height:20px;
}

#navigation li:hover {
}


#navigation a {
	font-size:14px;
	font-weight:bold;
	color:#7c7976;
	text-decoration:none;
}

#navigation a:hover {
	color:#018945;
}

#navigation a.subnav {
	font-size:11px;
	font-weight:bold;
	color:#018945;
	text-decoration:none;
	text-indent: 10px;
}


.footer * {
	font-size:11px;
	color:#999999;
}

.thumbnail_admin {
	width:150px;
	height:180px;
	float:left;
	margin:5px;
	text-align:center;
	font-size:12px;
}