/* Copyright OSD Ltd, Sligo, Ireland - www.osd.ie */
/* CSS Document */

/*font styles*/
body, p, ul, ol, li, th, td, input, select, textarea { font:normal 13px Verdana, Arial, Helvetica, sans-serif; line-height:1.6em; color:#555; text-align:justify; }

body {   
  background: #fff url("../images/bg-pink.jpg") repeat-x top left;
  margin: 0px 0px 0px 0px;
  text-align:left;
}

a:link, a:visited, a:active { text-decoration: underline; color: #9C2339; }
a:hover { color: #555; text-decoration: none; }

/********  Begin Navigation Menu  ********/
.navigation {	
	background: #fff url("../images/bg-buttons.jpg") repeat-x top left;
    font: bold 0.95em Verdana, arial, sans-serif; 
}
.navigation a:link, .navigation a:visited {
	background: #fff url("../images/bg-buttons.jpg") repeat-x top left;
	border-right: 0px solid #fff;
	display: block;
	float: left;
	padding: 15px 5px 10px 5px;
	text-decoration: none;
	color: #9C2339;
	height:32px;
}
.navigation a:hover {
	background: #fff url("../images/mouseover.jpg") repeat-x top left;
	background-position: left bottom; 
	color: #9C2339;
	height:32px;
	text-decoration: none;
}
.navigation a#current {
	background: #fff url("../images/mouseover.jpg") repeat-x top left;
	background-position: left bottom; 
	color: #9C2339;
	height:32px;
	text-decoration: none;
}

/********  End Navigation Menu  ********/

h1 { color:#9C2239; font:bold 24px Century Gothic, Verdana, Arial, Helvetica, sans-serif; display:inline; text-align:left; }
h2 { color:#9C2239; font:bold 28px Century Gothic, Verdana, Arial, Helvetica, sans-serif; text-align:center; }
h3 { color:#9C2239; font:bold 14px Verdana, Arial, Helvetica, sans-serif; }
h4 { color:#9C2239; font:bold 24px Century Gothic, Verdana, Arial, Helvetica, sans-serif; display:inline; }
h5 { color:#9C2239; font:bold 18px Century Gothic, Verdana, Arial, Helvetica, sans-serif; }

td.bottom { font:bold 11px Verdana, Arial, Helvetica, sans-serif; }
.ctr { text-align:center; }
.red { color:#9C2239; }
.redbox { border: 1px dotted #9C2239; padding: 2px 5px 2px 5px; background-color:#F2DCDD; }