a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	color: #FF6600;
	text-decoration: none;
}


a.nav:link {
	color: #333333;
	display: block;	
	text-decoration: none;
}
a.nav:visited {
	color: #333333;
	display: block;	
	text-decoration: none;
}
a.nav:hover {
	color: #FFFFFF;
	display: block;
	background-color: #333333;	
	text-decoration: none;
}
a.nav:active {
	color: #333333;
	display: block;	
	text-decoration: none;
}

a.link:link {
	color: #333333;
	text-decoration: none;
}
a.link:visited {
	color: #333333;
	text-decoration: none;
}
a.link:hover {
	color: #333333;
	text-decoration: none;
}
a.link:active {
	color: #333333;
	text-decoration: none;
}

a.soft:link {
	color: #BBBBBB;
	text-decoration: none;
}
a.soft:visited {
	color: #BBBBBB;
	text-decoration: none;
}
a.soft:hover {
	color: #333333;
	text-decoration: none;
}
a.soft:active {
	color: #BBBBBB;
	text-decoration: none;
}

.topbar {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}

.breadcrumbtd {
	font-weight:bold;
	background-color: #F0F0F0;
	color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCCCCC;	
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}

.contentPane {
	vertical-align: top;
	border-width: 1px;
	border-color: #CCCCCC;
	border-style: solid;
	background-color:#FFFFFF;
}

.contentInnerPane {
	vertical-align: top;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	background-color:#FFFFFF;	
}

.leftFrame {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #f3f3f3;
}

.rightFrame {
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #f3f3f3;	
}

.copyrighttd {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCCCCC;	
}

.copyright {
	color: #999999;
}

body,td,th {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.whiteBorderTopBottom {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

h1 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:18px;
	color:#333333;
	font-weight:bold;
}

h2 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
	color:#333333;
	font-weight:bold;
}

h3 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
	color:#333333;
	font-weight:bold;
}

.menuOption {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-right: 2px;
	padding-left: 2px;
	color: #FFFFFF;
}

.inputSearch {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 15px;
	border: 1px solid #CCCCCC;
	width: 75px;
}

.thumbnail {
	background-color: #F3F3F3;
	border: 1px solid #E0E0E0;
}

.lightgrey {
	color: #333333;
}

.lightergrey {
	color: #666666;
}

.sideLink, a.sideLink:link, a.sideLink:active, a.sideLink:visited{ 
	color: #333333;
	display: block;
}
a.sideLink:hover {
	background-color: #CCCCCC;
	color: #333333;
	display: block;
}


.inputMailingList {
	height: 15px;
	border: 1px solid #CCCCCC;
	width: 85px;
	font-size: 11px;
	font-family: tahoma;
}

.inputMailingHome {
	height: 15px;
	border: 1px solid #CCCCCC;
	width: 125px;
	font-size: 11px;
	font-family: tahoma;
}

.sideNavHeader {
	background-color: #EEEEEE;
	border-color: #DDDDDD;
	border-width: 1px;
	border-style: solid;	
}

.sideNavTopic {
	padding-left: 15px;	
	border-color: #EEEEEE;
	border-width: 1px;
	border-style: solid;	
}

.sideNavMail {
	font-size: 10px;
	padding-left: 15px;	
	border-color: #EEEEEE;
	border-width: 1px;
	border-style: solid;	
}

.padRight {
	padding-right: 15px;
}
.padLeft {
	padding-left: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
}


