a:link{
	font-weight : bold;
	color : #FF3366;
	text-decoration : underline;
}

a:visited{
	font-weight : bold;
	color : #FF3366;
	text-decoration : underline;
}

a:hover{
	background-color : #F7C3D6;
	color : #000000;
	font-weight : bold;
	text-decoration : underline overline;
}

a:active{
	background-color : #F7C3D6;
	color : #000000;
	text-decoration : underline overline;
}
a.nav:link{
	background-color : transparent;
	color : #000001;
	text-decoration : none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 18 px;
	font-size: 11px;
	display:table-cell;
	width:64px;
	text-align: center;
	}

a.nav:visited{
	background-color : transparent;
	color : #000001;
	text-decoration : none;
	height: 18 px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	display:table-cell;
	width:64px;
	text-align: center;
}

a.nav:hover{
	background-color : #666666;
	color : #FFFFFF;
	text-decoration : none;
	height: 18 px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	display:table-cell;
	width:64px;
	text-align: center;
}

a.nav:active{
	background-color : transparent;
	color : #000001;
	text-decoration : none;
	height: 18 px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	display:table-cell;
	width:64px;
	text-align: center;
}

body{
	background : #ffffff;
	color : #000000;
	font-size : 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	color : #E73E4B;
	font-size : 15px;
	font-weight : bold;
	text-transform : capitalize;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p{
	color : #000000;
	font-size : 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

td{
	color : #000000;
	font-size : 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.border{
	color : #000000;
	font-size : 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #8B0000;
	background : #eeeeee;
}
.dropShadow {
	height:5; 
	filter:Shadow(color='black', Direction=120, Strength=4);
}
