
A:Hover {
		background-color: #E5E5E5;

}

A:Active {
		color: #3300FF;
		text-decoration:none;
}

A:Link {
		color:#3300FF;
		text-decoration:none;
}

A:Visited {
		color:#3300FF;
		text-decoration:none;
}


BODY {
		font-family: arial;
		font-size : 9pt;
		margin-left:	25px;
		margin-right:	25px;
		margin-top:	2px;
		padding:8;
}


TD, TH {
		font-family: arial;
		font-size : 9pt;
		margin-left:	25px;
		margin-right:	25px;
		margin-top:	25px;
		border-top: thin solid #CCCCCC;
		border-right: thin solid #CCCCCC;
		border-left: thin solid #CCCCCC;
		border-bottom: thin solid #CCCCCC;
		padding:8px;
}


HR {
		width: 100%;
		color: #393D72;
}

/* useful since HR is annoying and defaults to 100% */
.HR50 {
		width: 50%;
}


PRE {
		color : #660000;
		font-family : "Courier New", Courier, monospace;
		font-size : 1em;
		padding-left : 2em;
}


SUP {
		font-size : .42em;
		vertical-align : text-top;
}


TABLE {
		border-top: thin solid #CCCCCC;
		border-right: thin solid #CCCCCC;
		border-left:  thin solid #CCCCCC;
		border-bottom: thin solid #CCCCCC;
		border-collapse: collapse;
}

/* useful to undo the annoying affects of the default TABLE and TD styles */
.NoSpacing {
		border-top: none;
		border-right: none;
		border-left: none;
		border-bottom: none;
		margin-left: 0px;
		margin-right: 0px;
		margin-top:	0px;
		margin-bottom: 0px;
		padding:0;
}

.Annotation {
		font-family : "Comic Sans MS",verdana,arial,helvetica;
		background: yellow;
		color : Blue;
		display : none;
}


.SmallerThanNormal {
		font-size: 8pt;
}

.Blue {
		color: #0000FF;
}


.Bold {
		font-weight:bold;
}

.BoldItalics {
		font-weight:bold;
		font-style:italics;
}


.Boldred {
		font-weight:bold;
		color:#FF0000;
}

.Boldunderline {
		  font-weight:bold;
		  font-style:underline;
}

.Copyright, .HomeDocReference {
		font-size: 12px;
		font-weight:normal;
		text-align : center;
}

.DarkRed {
		color:darkred;
}

.Footnote {
		font-weight: normal;
		font-size: 0.8em;
}

.FootnoteMarker {
		vertical-align: super;
		font-weight: normal;
		font-size: 0.7em;
}

.Italics {
		font-style:italic;
}

.LegalNotice PRE
{
		color : #000000;
}

.Normal
{
	font-weight:normal;
	font-color:#000000;
}


.ArticleTitle
	{
		font-family: verdana;
		font-size : 8pt;
		padding:0;
		border-top: 0;
		border-right: 0;
		border-left:  0;
		border-bottom: 0;
		color : #707070;
	}


.ArticleVersion
	{
		font-family: verdana;
		font-size : 8pt;
		padding:5;
		border-top: 0;
		border-right: 0;
		border-left:  0;
		border-bottom: 0;
		background-color: #F8E8E8;
	}


.ArticleHeader
	{
		border-top: 0;
		border-right: 0;
		border-left:  0;
		border-bottom: 0;
	}


.Red {
	color: #FF0000;
}

.ReqTitle {
		font-family: arial;
		font-size: 11pt;
		font-weight: bold;
		text-align: center;
}

.ReqHeader {
		background-color: #DDDDDD;
}

.ReqCategory {
		background-color: #F7F7F7;
}

.ReqOptional {
		background-color: #F8E8E8;
}


.RevHistBuildVersion, .RevHistBuildDate {
		color: #000000;
		background-color: #DDDDDD;
		text-align: center;
}

.RevHistBuildVersion {
		font-weight: bold;
}

.RevHistBuildDate {
		font-weight: normal;
		font-size: 0.8em;
		padding-top: .1em;
}



.SmallNote {
		font-weight: normal;
		font-size: 0.75em;
}


.Standout {
		font-weight: bold;
		color: #800000;
}

.Subheading {
		font-family: arial;
		font-size: 14pt;
		font-weight: bold;
		color: 393D72;
}

.Subsection {
		font-family: arial;
		font-size: 11pt;
		font-weight: bold;
		color: 393D72;
}

.Title {
		font-family: Arial;
		font-size: 18pt;
		font-weight:bold;
}

.Underline {
		text-decoration: underline;
}

.Warning {
		font-weight: bold;
		color: #FF0000;
}

.White {
		color:#FFFFFF;
}

TABLE.changeList
{
	border-width: 0px;
	margin-left: 1.5em;
}

TABLE.changeList TD
{
	border-width: 0px;
	vertical-align: top;
	padding: 1px 1px 1px 3px;
}

TABLE.changeList COL.changeType
{
	white-space: nowrap;
}

TABLE.changeList TR.spacerRow
{
	height: 5px;
}