p {
	font-family: Arial;
	color: #000000;
	font-size: 13px;
	font-weight:normal;
	padding-right: 14px;
	padding-left: 14px;
	line-height: 100%;

}

td {

	font-family: Arial;
	color: #ef2379;
	font-size: 13px;

}

td h5{
	color:#be1f7e;
	font-size:18px;
	font-weight:bold;
	margin-left:0px;
	margin-bottom:5px;
	margin-top:0px;
	background-image:url(images/between.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	padding-bottom:7px;
}

td h6{
	margin-left:0px;
	margin-bottom:0px;
	margin-top:0px;
	background-image:url(images/between.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	padding-bottom:2px;
}


.topnav {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 6px;
	padding-right: 9px;
	padding-bottom: 6px;
	padding-left: 9px;

}

.topnav a{
	color: #eeeebb;
	text-decoration:none;
	font-weight: normal;

}

a{
	color: #b53180;
	text-decoration:none;
}

.topnav a:hover{
	color: #e275b6;
	text-decoration:underline;

}

h1 {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 13px;

}

.sidenavbg {
	background-color: #B46114;
	background-image: url(images/sidenavbg.gif);
	background-repeat: repeat-y;
	background-position: right;

}

.sidenav {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #FBCF5D;
	padding: 10px;
	line-height: 20px;

}

.footer {
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	color: #000000;
	font-family: Arial;
	font-size: 10px;

}

.footer a{
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	color: #000000;
	font-family: Arial;
	font-size: 10px;

)

.footer2 {

	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	color: #9A9A9A;
	font-family: Arial;
	font-size: 10px;

}

.footer2 a{
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
	color: #9A9A9A;
	font-family: Arial;
	font-size: 10px;
}

.little {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left:5px;
	color: #fff;
	font-family: Arial;
	font-size: 12px;

}
.little2 {
	color: #be1f7e;
	padding-bottom:5px;
	font-family: Arial;
	font-size: 11px;
}


.little a{
	color: #be1f7e;
	font-family: Arial;
	font-size: 11px;

}

h2 {

	font-family: Arial;
	font-size: 22px;
	color: #be1f7e;
	font-weight: bold;
	padding-left:14px;
	padding-top: 6px;

	}

h3 {

	font-family: Arial;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
padding-left:14px;

}

h4 {

	font-family: Arial;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	padding-left:4px;

}

.heading {

	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left:5px;
	padding-top: 2px;
	padding-bottom: 2px;

}

.booklink{
	background-color:#222222;
	padding:5px;
}

.booklink h1{
	font-size:16px;
	margin-left:0px;
}

.booklinktop{
	padding:5px;
	margin-top:10px;
}

.booklinktop h1{
	font-size:16px;
	margin-left:0px;
}

.check_text    
    {/*make the link text transparent*/
        visibility: hidden; 
    }

.check_href
    {/*Display this image in the link area*/
	background-image: url(../images/book-online.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
	display: block;
	height: 29px;
	width: 113px;
	text-decoration: none;

	margin-right:20px;
    }
        
.check_href:hover

    {/*Display this image in the link area when you mouseover*/
        background-image: url(../images/book-online.png); background-repeat: no-repeat;  background-position: 0 -29px; display: block; height: 29px; width: 113px; text-decoration: none;
    }


