body {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
}

h2{
	font-size:12px;
	margin-bottom:0px;
}

/* LIST */

.list_holder{
	width:640px;
	margin-bottom:15px;
	margin-left:10px;
	padding:10px;
	padding-bottom:15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	position:relative;
}

.list_add{
	position:absolute;
	top:10px;
	left:520px;
	width:120px;
	text-align:right;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	height:22px;
	line-height:22px;
	padding-right:10px;
}
.list_title{
	font-size:11px;
	font-weight:bold;
	margin-bottom:6px;
	background-image:url(images/titlebgr.jpg);
	background-repeat: repeat-x;
	height:22px;
	line-height:21px;
	color:#FFFFFF;
	padding-left:7px;
}

.list_main{
	color:#666666;
	margin-bottom:4px;
	width:320px;
}

a.list{
	color:#FFFFFF;
	text-decoration:none;
}

a.list:hover{
	text-decoration:underline;
}

.title{
	background-color:#FFEDEC;
	height:26px;
	line-height:26px;
	color:#D70500;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D70500;
	font-weight:bold;
	font-size:13px;
	padding-left:5px;
	margin-bottom:10px;
}

select, input, textarea{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
}

