/* Round Corners */

/* curve height, background image */
.cros .t, .cros .b, .cros .b b, .cros .t b{
	height:12px;
	background-image:url(images/cros.png);
	}

/* inner color, border color, border width */
.cros .c{
	background:#ffffff;
	border-color:#000080;
	border-left-width:4px;
	border-right-width:4px;
	}


/* surrounding margins (optional) */
.round{
	margin-bottom:12px;
	margin-top:12px;
	}
	
.round .c{
/* inner content padding */
	padding:0 0 0 0;
	border-top:0;
	border-bottom:0;
	border-style:solid;
	}
	
.round .t, .round .b, .round .t b, .round .b b{
	display:block;
	overflow:hidden;
	}
	
.round .t b, .round .b b{
	float:right;
	width:50%;
	}
	
.round .t .r{
	background-position:top right;
	}
	
.round .b .r{
	background-position:bottom right;
	}
	
.round .b{
	background-position:bottom left;
	}
		
.round .br{
	clear:both;
	display:block;
	overflow:hidden;
	height:0px;
	}


/* body colors */

body {
background-color: #FFFF99;
}


/* Text */
p {
	font-family: times, serif; 
	font-size: 10pt;
	font-weight: normal;
	color: #000000; 
}

.body {
	font-family: times, serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}

/* Basic Links ************************************************************* */

a:link {
	font-family: Verdana, serif;
	color: #000080;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	font-family: Verdana, serif;
	color: #000080;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, serif;
	color:#FFFF00;
	font-weight: bold;
	background-color: #CC0033;
	text-decoration: none;
}

a:active {
	font-family: Verdana, serif;
	color: #000080;
	font-weight: bold;
	text-decoration: none;
}