@charset "utf-8";
p{
	font-family: Tahoma;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	padding: 5px;
	text-align:justify;
	margin-top:0;
	margin-bottom:4px;
}
h1{
	font-family: Tahoma;
	font-size: 18px;
	color: #00AEFF;
	margin-top:0;
	margin-bottom:8px;
	}
ul{
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	text-align:justify;
}
	
h2{
	font-family: Tahoma;
	font-size: 12px;
	color: white;
	margin-top:9px;
	margin-left:4px;
	}
	
h3{
font-family: Tahoma;
	font-size: 13px;
	color: #FF5400;
	margin-top:6px;
	margin-bottom:6px;
	padding: 0 5 0 5px;
	}
	
h4{
font-family: Tahoma;
	font-size: 13px;
	color: #0099E9;
	margin-top:1px;
	margin-bottom:1px;
	padding: 0 5 0 5px;
	}
	
h5{
font-family: Tahoma;
	font-size: 15px;
	color: #D759C4;
	margin-top:1px;
	margin-bottom:1px;
	padding: 0 5 0 5px;
	}
	
.para {
	font-family: Tahoma;
	font-size: 12px;
	color: #72A249;
	}
	
.curved {
 -moz-border-radius:10px;
 -webkit-border-radius:10px;
 behavior:url(border-radius.htc);
 }
.curved2 {
 -moz-border-radius-bottomright:10px;
 -webkit-border-radius:10px;
 behavior:url(border-radius.htc);
 }
 
a.nav:link {color: white; font-family:tahoma; font-size: 11px; font-weight: bold; text-decoration: none; }
a.nav:visited {color: white; font-family:tahoma; font-size: 11px; font-weight: bold; text-decoration: none; }
a.nav:hover {color: #FBDFF7; font-family:tahoma; font-size: 11px; font-weight: bold; text-decoration: underline; }
a.nav:active {color: white; font-family:tahoma; font-size: 11px; font-weight: bold; text-decoration: none; }

.slink{
 font-family:tahoma;
 font-size:11px;
 color:#FF6600;
 text-align:right;} 

#nav {
	width: 225px;
	margin-top:6px;
	margin-bottom:6px;
	background-image:url(images/menu-top-bg.gif);
	background-repeat:repeat-x;
	background-color:#FFF6FC;
	border:solid;
	border-width:1px;
	border-color:#D759C4;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
 	behavior:url(border-radius.htc);
}
#nav ul {
	margin: 0;
	padding: 1px 0 10px 0px;
	font: 12px "Tahoma";
	color:#C94FB7;
	}
#nav li {
 	display:block;
	border-bottom:dashed;
	border-color:#CC6CBC;
	border-width:1px;	
	margin: 15px;
	text-align:left;
	padding: 3px 0 5px 20px;
	list-style: none;
	background: left url(images/br-arr.jpg) no-repeat;
}
#nav a {
	font-weight: bold;
	color: #C94FB7;
	text-decoration:none;
}
#nav a:hover {
	font-weight: bold;
	color: #C94FB7;
	text-decoration:underline;
}
