/* CSS Document */

p{
	font-family:Verdana, sans-serif;
	font-size:11px;
	color:#006666;
	line-height:18px;
	padding:3px;
	font-weight: normal;
}

.bold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bolder;
	color: #003366;
}

.navigation {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}

.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}

.navigation_no_link {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	display: block;
	padding: 8px;
}
.heading_style2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	color: #993300;
	text-decoration: none;
	margin-top: 0em;
}

.heading_style3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	color: #993300;
	text-decoration: none;
}
.in_line_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006666;
	text-decoration: underline;
}

.in_line_nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006666;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	text-decoration: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}

td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#006666;
	background-repeat: repeat;
}

th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background-repeat: repeat;
	font-weight: bold;
}

.yellow_bg {
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(openpath/images/openpath_bg_yellow.jpg);
	background-repeat: repeat-x;

}

.redBG {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/red_2.jpg);

}
.turqBG {
	color: #336666;
	font-size: 14px;
	background-image: url(images/turq_BG.jpg);
	font-weight: bold;
	background-repeat: repeat-x;
}

.img_border {
	border: medium solid #FF9900;
	border-bottom-color: #FFFF99;
	border-left-color: #FF9900;
	border-top-color: #FF9900;
	border-right-color: #FFFF99;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: medium;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: medium;
}

.img_textspace {
	margin-right: 8px;
	margin-left: 8px;
	
}


.cell_border_colour_turquoise{
	border-top-width: thick;
	border-color: #006633;
}

.cell_border_colour_sand{
	border-top-width: thick;
	border-color: #FFFF99;
}


.l_bordercolour {
	border-left-width: thick;
	border-top-width: thick;
	border-color: #006633;
}
.warmer_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006666;
}

.warmer_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006666;
	text-decoration: underline;
}

.table_head{
	background-color: #FBB0B7;
	font-weight: bold;
	text-align: center;
}

.table_row_odd{
	background-color: #C0C0C0;
}

.table_row_even{
	background-color: #FFDBD5;
}

