* {
	margin: 0;
	padding: 0;
}

body {	
	font-family: "Trebuchet MS", Tahoma;
	font-size: 14px;
	color:#000;
	background-color: #e0eff7;
	margin: 10px;
	text-align: center;
}

p, td {	
	line-height: 160%; 
}

a:link {	
	text-decoration:none; 
	color: #009; 
}

a:visited {
	text-decoration:none;
	color: #009; 
}

a:hover {
	text-decoration:underline; 
	color: #900; 
}

input, select, textarea {
	padding:3px;
	font-family: Verdana, Tahoma;
	font-size: 11px; 
	color:#000; 
}

#container{
	width: 750px; /*The width of our layout*/
	margin-left: auto;
	margin-right: auto;
	text-align: left; /*Resets the text alignment*/
	border: 4px solid #1c6db9;
	background-color: #e0eff7;
}

.bdtop {
	border-bottom:2px solid #1c6db9;
}

.content {
	text-align: left;
	padding: 25px;
}

.title {
	font-family: "Trebuchet MS", Tahoma;
	letter-spacing: 10px;
	padding: 5px;
	padding-left:20px;
	font-size: 24px;
	font-weight: bold;
	color: #1c6db9;
}

.bimg {
	padding: 3px;
	margin: 5px;
	background-color: #ffffff;
	border:2px solid #1c6db9; 
}

.tiny {
	font-size: 12px;
	margin-bottom:10px;
}