/* main copy text style */

body, td  {
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #020A1C;
}

p {
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #020A1C;
	line-height: 17px;
}

blockquote {
	color: #020A1C;
	line-height: 17px;
}

ul {
	line-height: 17px;
}

ol {
	line-height: 17px;
}


.copyright {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

.biggreen {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color : #61A61D;
	font-size : 13px;
	text-decoration: none;
}

.darkred {
	color : #990000;
	font-size : 13px;
}

.grey1 {
	color : #666666;
}

.grey2 {
	color : #999999;
}

.red {
	color : #C14598;
}

.subtitle {
	color : #3D485F;
	font-size : 14px;
	font-weight:bold;
}

/* navigation styles (styles.js) */


.mainnav, .mainnav:link, .mainnav:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #333333;
	font-size : 10px;
	text-decoration: none;
	font-weight: bold;
}

.mainnav:active, .mainnav:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #333333;
	font-size : 10px;
	text-decoration: underline;
	font-weight: bold;
	}
.subnav, .subnav:link, .subnav:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color : #333366;
	font-size : 12px;
	text-decoration: underline;
}

.subnav:active, .subnav:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color : #333366;
	font-size : 12px;
	text-decoration: none;
	}
.breadcrumbs, .breadcrumbs:link, .breadcrumbs:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #999999;
	font-size : 10px;
	text-decoration: underline;
}

.breadcrumbs:active, .breadcrumbs:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #999999;
	font-size : 10px;
	text-decoration: none;
	}
.breadcrumbsoff {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #999999;
	font-size : 10px;
	text-decoration: none;
	}

.biggreenlink, .biggreenlink:link, .biggreenlink:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color : #61A61D;
	font-size : 14px;
	font-weight: bold;
	text-decoration: underline;
}

.biggreenlink:active, .biggreenlink:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color : #61A61D;
	font-size : 14px;
	font-weight: bold;
	text-decoration: none;
	}
	
.copyrightlink, .copyrightlink:link, .copyrightlink:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: underline;
}

.copyrightlink:active, .copyrightlink:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	}


/* end navigation styles (styles.js)*/

/* links */

a:link, a:visited, a:active {
	color: #61A61D;
}

a:hover {
	color: #61A61D;
}	


input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.home-page-find{
	float:right;
	padding-left:100px;
}

/* Holidays Page Styles */

.holiday-name{
	display:block;
	font-size:1em;
	text-indent: 10px;
	cursor:pointer;
	color:#009900;
	padding-top:15px;
}
.holiday-details{
	display:none;
	background:#EEEEEE;
	border-left:1px dotted #999999;
	border-right:1px dotted #999999;
	border-bottom:1px dotted #999999;
	padding:10px;
}

/* Form */
.error{
	background-color:#C3FCB1;
}
.error_text{
/*	color:#990000;*/
	color:#61A61D;
	font-size:0.95em;
}
