/* CSS Document */
body {
	background:#CACD9E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;}
	
a:link {color:#A8B686; font-weight:bold;}
a:active {color:#A8B686; font-weight:bold;}
a:hover {color:#E03A2A; font-weight:bold;}
a:visited {color:#E03A2A; font-weight:bold;}

#ContainerTable {
	background:#F7E5C9;
	width:80%;
	}
	
.CaptionBox1 {
	background:#F7E5C9;
	border:#537717 1px solid;
	font-size:15px;
	padding:8px;
	margin:10px;
	width:400px;
	text-align:center;}
	
.CaptionBox2 {
	background:#A8B686;
	border:#E03A2A 1px solid;
	font-size:15px;
	padding:8px;
	margin:10px;
	width:400px;
	text-align:center;}
	
.CaptionBox2	ul {
		list-style: none;
		border-left: 2px solid #E03A2A; 
		padding-left: 10px;
		margin-left: 25px;
		}
		.CaptionBox2 li { line-height: 20px; font-size:11px; }
		
.CaptionBox2 a:link {color:#000000; font-weight:bold;}
.CaptionBox2 a:active {color:#000000; font-weight:bold;}
.CaptionBox2 a:hover {color:#E03A2A; font-weight:bold;}
.CaptionBox2 a:visited {color:#E03A2A; font-weight:bold;}
		

	
.MainTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	padding:10px 0;
	
}
	.MainTable td {
		vertical-align:top;}
		
	.MainTable .imgborder {
		border:#000000 solid 1px;}

.Subtitle {
	color:#537717;
	font-size: 14px;
	font-weight:bold;	
	}

.bg {background:url(../images/div-background.jpg) top left no-repeat;}