﻿/* CSS Document */

h2 {
	clear: both;
	border-bottom: 3px solid #D94040;
	background-color: #F4F4EC;
	margin-top: 15px;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
}

table#duties {
	width: 730px;
}

table#duties th{
	width: 250px;
	margin: 10px;
	font-size: 15px;
	font-weight: bold;
}

table#duties p.case{
	margin: 5px;
	margin-left: 30px;
	text-align:left;
	font-size: 12px;
	font-weight: normal;
	border-bottom: 1px solid #CCCCCC;
}

table#duties img{
	border: 5px solid #FFFFFF;
	margin: 10px;
	float: right;
}

table#duties ul{
	margin: 10px;
}