/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a {
	font-size: 12px;
	color: #000099;
}
a:link {
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #000099;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color: #E60000;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #000099;
	font-weight:bold;
}

.question {
	font-weight:bold;
}

.answer{
	margin-left:10px;
}

.copyright{
	font-size:9px;
}

.red{
	color:#FF0000;
}

a.smallLink {
	font-size:10px;
	font-weight:bold;
	color:#000099;
	text-decoration:none;
}
a.smallLink:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;

}

#header {
	font-size:11px;
	margin:0 auto;
	width:930px;
}

	#header .logo {
		width:300px;
		float:left;
		text-align:left
	}
	
	#header .topnav {
		float:right;
		width:600px;
		text-align:right;
	}

#operations-nav {
	font-size:10px;
	margin:0 auto;
	width:700px;
	margin-top:10px;
}

#operations-nav a {
	font-size: 10px;
	color: #000099;
	display:block;
	width:114px;
	height:23px;
	text-align:center;
	font-weight:bold;
	background:url(/operations/images/tab.jpg);
	float:left;
	padding-top:7px;
}
#operations-nav a:link, a:visited {
	text-decoration: none;
	font-weight:bold;
}
#operations-nav a:hover {
	text-decoration: underline;
	color: #FF0000;
	
	}
#operations-nav a.active {
	background:url(/operations/images/activetab.jpg)
}

#operations-entry {
	width:950px;
	margin:0 auto;
	text-align:center;
}

#footer {
	width:950px;
	margin:0 auto;
	text-align:center;
}