/* text */

.head {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #045284;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #045284;
	padding-bottom: 5px;
	font-weight: bold;
}
.body {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #222222;
	line-height: 18px;
	margin:0;
	padding:0
}
a:link {
	font-family: Arial;
	font-size: 11px;
	color: #045284;
	line-height: 22px;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: bold;
}
a:visited {
	font-family: Arial;
	font-size: 11px;
	color: #045284;
	line-height: 22px;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: bold;
}
a:hover {
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	line-height: 22px;
	text-decoration: none;
	letter-spacing: 1px;
		font-weight: bold;

}
a:active {
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	line-height: 22px;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: bold;
}


/* table */


.header {
	background-image: url(../images/header.jpg);
	height: 169px;
	width: 750px;
}
.navigation {
	background-color: #D9E5EB;
	height: 1500px;
	width: 150px;
}
.colomn10 {
	background-color: #D9E5EB;
	height: 1500px;
	width: 10px;
}
.colomn30 {
	background-color: #D9E5EB;
	height: 1500px;
	width: 30px;
}
.colomniframe {
	background-color: #D9E5EB;
	height: 2000px;
	width: 700px;
}
.top {
	background-image: url(../images/top.gif);
	height: 24px;
	width: 750px;
	background-repeat: no-repeat;
	background-position: bottom;
}
.bottom {
	height: 250px;
	width: 750px;
}


/* images */

.imageRight {
	float: right;
	padding: 0px 0px 10px 10px;
}
.imageLeft {
	float: left;
	padding: 0px 10px 10px 0px;
}
