/*
.content img{
	float:left;
	margin:0 5px 2px 0;
	border:2px solid #cea36a;
	}
	*/
.content form img{
	float:none;
	margin:0;
	border:1px solid #ffd17d;
	}
.content .flash img{
	float:none;
	margin:0;
	}

h2{
	position:relative;
	margin-bottom:10px;
	padding:0 0 0 13px;
	font-size:1.18em;
	color:#ffd17d;
	background:url(../img/bullet-1.gif) no-repeat 0 .45em;
	}
h2.headline{
	font-weight:bold;
	}

a{
	color:#fffcd6;
	}
a:hover{
	text-decoration:none;
	}
ul li{
	padding-left:12px;
	background:url(../img/bullet.gif) no-repeat 0 .5em;
	list-style-type:none;
	}
p, ul, ol, .table{
	margin-bottom:1.2em;
	}
ul{
	margin-left:22px;
	}
	ul ul{
		margin-top:10px;
		margin-bottom:7px;
		}
ol{
	margin-left:38px;
	}
li{
	margin-bottom:7px;
	}		
.table{
	border-collapse:collapse;
	}
	.table caption{
		font-style:italic;
		text-align:left;
		}
	.table th,
	.table td{
		padding:7px;
		}
	.table th{
		border-left:1px solid #fff;
		background:#b20601;
		color:#fff;
		}
	.table td{
		border:1px solid #fff;
		border-width:0 0 1px 1px;
		}
	.table th:first-child,
	.table th.first-child,
	.table td:first-child,
	.table td.first-child{
		border-left:none;
		}
	.table .odd td{
		background:#e5e5e5;
		}
	.table .even td{
		background:#eee;
		}
