﻿body 
{
	font-family: Arial,sans-serif;
	margin: 0 0 0 0;
	font-size:0.7em;
}


a:link, a:visited, H1, H2, H3, .breadcrumb
{
	color: #515FA0
}

.headerBar
{
	background-color: #515FA0
}

.classification
{
	color:red;
	font-weight:bold;
}

.verticalText
{
	writing-mode:tb-rl;
	text-align:right;
	white-space:nowrap;
}

.fullWidth
{
	width:100%;
}

.title
{
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	background-color: #515FA0;
}

.question
{
	text-align: left;
	vertical-align: top;
	background-color: #bfbfbf;
	padding-left:4px;
}

.answer
{
	text-align: left;
	vertical-align: top;
	background-color: #dddddd;
}

.notes
{
	font-weight: normal;
	font-size: smaller;
}

th
{
	background-color: #515FA0;
	color: White;
	text-align: left;
}

@media screen
{
	.onlyforprinter
	{
		display: none;
	}
	
	.borderTopBackColor
	{
		background-color:#DEE1EE;
	}
	
	.borderBottomBackColor
	{
		background-color:#AEB4D3;
	}
	
	.margin
	{
		background-color:#AEB4D3;
		background-image:url("Images/Pagebackgrad.gif");
		background-repeat:repeat-x;
		width:10px;
	}

	.leftMenuMargin
	{
		padding: 0px 10px 0px 10px;
		background-color:#AEB4D3;
		background-image:url("Images/Pagebackgrad.gif");
		background-repeat:repeat-x;
		width:10px;
	}
	.mainAreaBorder
	{
		border: solid 1px #515FA0;
	}
}

@media print
{
	.hidefromprinter
	{
		display: none;
	}
}

thead { display: table-header-group; }

table { empty-cells:show; }

.text { font-size:1.1em; }

.header { font-size:1.6em;
          text-align:center;
           }
           
.center 
{
	text-align:center;
}

.pSize {
	font-size:1.0em;
	}
	
.noStyling {
list-style:none;
}

/*-------------- Search results ---------------------*/

div.result_pages ul li {display:inline; font-size:.8em;}
div.result_pages ul li a { text-decoration:none;}
div.result_pages ul li a:hover {text-decoration:underline;}

