/* CSS Document */

body {
	background-color: #CCCCCC;
	margin:0;
	line-height:1.1em;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a:link {
	color: #F1296A;
	font-weight:bold;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #474795;
}
a:active {
	text-decoration: none;
}
#main {
width:780px;
border-right:1px dotted #CCCCCC;
background-color:#FFFFFF;
border-bottom:1px solid #CCCCCC; 
}

p {
font-size:95%;
}


#bottom {
float:left;
background-color:#E1DECF;
border-right:1px dotted #CCCCCC;
width:780px;
border-bottom:1px dotted #CCCCCC;
}

.lowerleftbottom {
	padding:5px;
	/*margin-left:10px;*/
overflow:hidden;
	text-align:left;
	background-color: #CCFFFF;
}

