h1 { font-family: 'Tangerine', arial, serif;
	font-size: 55px;
	font-weight: bold;
	color: #00F;
}

.title strong u {
	color: #00F;
}
.table {
	color: #BAEAF8;
}
a.alert {
	color: red;
	text-decoration: underline;
	font-size: 20px;
}
a.hlink {
	color: #00F;
}

#menu ul {
	list-style-type: none;
	text-align: center;
	border-top:1px solid #c3c3c3; 
	border-bottom:1px solid #c3c3c3; 
}
#menu ul li {
	display: inline-block;
}

#menu li ul a{
background: #fff;
border:1px solid #C3C3C3;
border-top:none;
}

#menu li ul a:hover{
background:#eee;
}


#menu li ul a:hover{
background:#eee;
}

#active a{
font-weight: bold;
}

.title {
	color: #00F;
}

#body{
border-bottom:1px solid #c3c3c3; 
}

/*#footer{
border-top:1px solid #c3c3c3; 
}*/

.alignleft{
float:left;
margin:0px 15px 15px 0pt;
}

body{
background: #fdf0fd;
color:#848484;
}



a{
text-decoration:none;
color:#999;
font-size: 15px;
font-weight: bold;
}

a:hover{
text-decoration:none;
color: #cecece;
}

a img{
border:none;
}