* {
	margin:0px;
	padding:0px;
	font-family: "Trebuchet MS";
	font-size:10pt;
}

body, html {
	background-color:#EEF7FD;
	height:100%
}
div {
display:block;
}
.cl {
	clear:left;
}
#cont, #top, #bottom {
	width:950px;
	background-color:#e0f1fb;	
	display:block;
}

#cont {
	padding: 10px;
	width:930px;
}

#lay {
	width:950px;
	min-height:100%;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	margin: 0px auto; 
	background-color:#cae000;
	display:block;
}
#foot {
	color:#000;
	width:100%;
	height:30px;
}
#foot a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
#foot a img {
	border:none;
	position:relative;
	top:5px;
}
.img {
	margin:10px;
	float:left;
}
.img img {
	border:5px solid #fff;
}
p {
	margin-bottom:5pt;
	text-indent:30pt;
	text-align:justify;
}
h1, h2, h3 {
	margin:5pt 0pt 10pt 0pt;
	text-align:center;
}
h1 {
	font-size:20pt;
}
h2 {
	font-size:16pt;
}
h3 {
	font-size:12pt;
}

label {
	display: block;
	padding-right: 20px;
}
/*********************************************
 *********************************************
 *********************************************/
/* Paging */
div.paging {
	color: #444;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #888;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}
/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}
