@charset "UTF-8";
/* CSS Document */
a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #4B71BD;
	text-decoration: none;
}

a:active {
	color: #4B3B52;
	text-decoration: underline;
}
a:hover {
	color: #303;
	text-decoration: underline;
}


.sideTitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #303;
	font-weight: bolder;
}

body
{
	font-family: Arial,sans-serif;
	color: #000000;
	font-size:12pt;
	line-height:16pt;
}.callout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}
.Question {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bolder;
	color: #303;
}
.commands {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #4B71BD;
}

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #4B71BD;
}

.tableHeader
{
	background-color:#4B71BD;
	font-weight: bold;
	color:#FFF;
}
	

