body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0px;
	padding: 0px;
	background-color: #d6e1e6;
	background-image: url(images/bgr.jpg);
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
a:link {
	color: #669900;
}
a:visited {
	color: #669900;
}

a:hover {
	color: #000;
}



.container {
	width: 920px;
	text-align: left;
	background-image: url(images/bgr-shadow.png);
	padding-right: 10px;
	padding-left: 10px;
	background-repeat: repeat-y;
	background-position: center;
}
.content {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #FFF;
}
.left {
	float: left;
	width: 540px;
	margin-bottom: 20px;
}
.left-left {
	width: 240px;
	padding-right: 20px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #D2D2D2;
	float: left;
}
.left-right {
	float: right;
	width: 260px;
}


.right {
	float: right;
	width: 300px;
}
.float-right {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	clear: right;
}

.clear {
	clear: both;
}
.nav {
	margin-bottom: 20px;
	letter-spacing: 3px;
	color: #CCC;
	font-size: 14px;
}
.nav a {
	text-decoration: none;
	letter-spacing: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.nav a:hover {
	color: #000;
}


.box {
	border: 1px solid #AFD6E2;
	margin-bottom: 20px;
	color: #1E4957;
}
.box-title {
	background-color: #d5e9f0;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AFD6E2;
	color: #1E4957;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
}
.box-content {
	padding: 10px;
	background-color: #ECF5F9;
}
.t1 {
	font-size: 24px;
	color: #0099cc;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.t2 , .t2 a{
	font-size: 14px;
	color: #09C;
	text-decoration: none;
}
.t3 {
	font-size: 18px;
	color: #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.t4 {
	font-size: 14px;
	color: #000;
}
.t5 {
	font-size: 16px;
}

.table-cell1 {
	background-color: #D5E9F0;
}
.table-cell2 {
	font-size: 11px;
	color: #1E4957;
	background-color: #BDDDE8;
}
.foot {
	background-color: #D7E2E8;
	padding: 20px;
	color: #1E4957;
	font-size: 11px;
}

.px10 {
	margin-bottom: 10px;
}
.px20 {
	margin-bottom: 20px;
}

.row1 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.row2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #BDDDE8;
}
