﻿/* O'Rourke Styles */



/* General Styles */

body {
	margin:0px;
	background-color:#FFFFFF;
	background-image:url('../images/gifs/bg_grid.gif');
	background-repeat:repeat;
}


td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#962629;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/* Layout Styles */
.TDWrapper {
	background-color:#F8F8F2;
}


.TBHeader {
	height:104px;
	width:780px;
	background-color:#F8F8F2;
}

.rule {
	background-image:url('../images/gifs/rule_red.gif');
	background-repeat:repeat-x;
	height:5px;
}

.title {
	background-image:url('../images/gifs/background_title.gif');
	background-repeat:repeat-x;
	height:26px;
	color:#962629;
	font-size:12px;
	font-weight:bold;
	padding-left:10px;
}

.title2 {
	background-image:url('../images/gifs/background_title.gif');
	background-repeat:repeat-x;
	height:26px;
	color:#000000;
	font-size:11px;
	font-weight:bold;
	padding-left:10px;
}

.TBfooter {
	background-color:#F8F8F2;
	height:42px;
}

.footer {
	color:#962629;
	font-weight:bold;
}

.boxcontent {
	line-height:14px;
	padding:5px;
	font-size:10px;
}

.projecttext {
	background-color:#FFFFFF;
	line-height:16px;
	padding:5px;
	font-size:11px;
	
}

.floatingNav {
	font-weight:bold;
	font-size:10px;
	color:#000000;
	text-decoration:none;
}

.hdr {
	color:#666666;
	font-weight:bold;
}

.rd {
	color:#962629;
}

h1 {
	font-size:14px;
	font-weight:bold;
	text-align:center;
}