/* CSS Document */

body {
	margin: 0;
	padding: 0 0 30px;
	background-color:#BBCBE0;
/*background:url(../images/pagebck2.jpg) left top repeat-x; */
	text-align: center;
	font: 10pt /1.7em Arial, sans-serif;
}


.page {
	float:none;
	width: 760px;
/*	height:1800px;*/
	border:#CCCCCC solid 1px;
	margin: 0 auto;
	text-align:center;
  background-color:#F1F1F1;
  color:#494949;
}

.pic {
	border:#CCCCCC solid 1px;
	padding:5px;
	margin:12px;
}

.leftpane {
	float:left;	
	width: 378px;
	border-right:#CCCCCC solid 1px;
	margin-bottom:30px;
}

.rightpane {
	float:left;
	width: 378px;
	margin-bottom:30px;
}

.pane {
 clear:both;
}

.note {
 color:#A0A0A0;
 margin-top:5px;
 line-height:1.2em;
}

.head1 {
	font:13pt /1.7em Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FF0000;
}

.head-2 {
	font:13pt Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.tab1 {
	margin: auto;
	border: 1px solid #CCCCCC;
}

.tab1 thead {
background-color: #6181A0;
 color: #FFFFFF;
} 

.tab1 td {
 border-right: 1px solid #CCCCCC;
 border-bottom: 1px solid #CCCCCC;
} 

.tab1 .lastInRow {
	border-right-width: 0;
}

.link-1 a:link, .link-1 a:visited {
	color:#666666;
}

.link-1 a:hover {
	color:#FF0000;
}

.head-td {
	background-color:#999;
	color:#FFF;
}

