body{
	background-color: #DDDDDD;
	margin:0px;
	padding:0px;
	font-family: verdana, lucida, arial, helvetica, sans-serif;
	font-size:12px;
	line-height:130%;
    color:#000000;
}

.content {
	width:765px;
	margin:auto;
	background-color:#DDDDDD;
	text-align:center;
}

.roundcorners {
	width: 765px;
	background-color: #FFFFFF;
	margin:auto;
	text-align:left;
}

.roundcorners p {
	margin:15px;
}


.roundtop { 
	background: url(/images/tr.jpg) no-repeat top right; 
}

.roundbottom {
	background: url(/images/br.jpg) no-repeat top right; 
}

img.corner {
   width: 13px;
   height: 13px;
   border: none;
   display: block !important;
}

img {
	border:0px;
}


/************************************************************/
/*						  Font Styles						*/
/************************************************************/

h1	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 120%;
	color: #003399;
	font-weight: bold;
	}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	line-height: 120%;
	font-weight: bold;
	color: #FF0000;
	margin:15px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 130%;
	font-weight: bold;
	color: #FF0000;
	margin: 15px;
}

.red {
	font-family: verdana, lucida, arial, helvetica, sans-serif;
	font-size:12px;
	line-height:130%;
    color:#FF0000;
}
