/* General CSS settings for RSS 3 Homepage */


/* General Page Classes */
.SiteHeader {
	font-family: Courier New, Courier, monospace;
	text-align:center;
	font-size: x-large;
	font-weight: bolder;
	border-bottom: medium dashed Silver;
	color: #660099;
	color: #006666;
	margin-left:10em;
	margin-right:10em;
}

.MinorHeader {
	font-family: Courier New, Courier, monospace;
	text-align:center;
	font-size: larger;
	font-weight: bold;
	border-bottom: thin dashed Silver;
	border-right: thin dashed Silver;
	border-left: thin dashed Silver;
	color: #660099;
	color: #003366;
	padding-bottom: 0.5em;
	margin-left:8em;
	margin-right:8em;
}

.NormalHeader {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:large;
	font-weight:bold;
	border-bottom: thin dashed Silver;
	color: #990033;
	width:auto;
}

.NormalText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:medium;
	font-weight:normal;
	color: #000033;
	margin-left:auto;
}

ol.NormalText {
	margin-left:3em;
}

ul.NormalText {
	margin-left:3em;
}

.bottomFrame {
	border:none;
	width:100%;
}

/* Specification-related Classes */
.specSec {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-large;
	font-weight:bolder;
	color:#000066;
	text-decoration:underline;
	margin-top: 1.5em;
}

.specTitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:larger;
	font-weight:bold;
	color:#330066;
	text-decoration:underline;
	margin-top: 1.5em;
}

.specPart {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:large;
	color:#660099;
	text-decoration:underline;
	margin-top: 1.5em;
}

.specPiece {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:medium;
	color:#6600CC;
	margin-top: 1.5em;
}

.comment {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:normal;
	color: #000033;
	margin-left: 8px;
	margin-right:8px;
	border-style:dashed;
	border-width:thin;
	border-color:#CCCCCC;
	width:auto;
}

.code {
	width:80%;
	text-align:left;
	margin-left:3em;
	padding: 3pt 3pt 3pt 3pt;
	font-family: "Courier New", "Lucida Console", "Times New Roman";
	font-size:12px;
	color: #000033;
	background-color:#FFFFCC;
	border-color:#003300;
	border-style:solid;
	border-width:thin;
	line-height:100%;
}

.Example {
	font-style:italic;
	font-family: "Courier New", Courier, mono;
}

.Attribute {
	font-style:italic;
	font-family: "Courier New", Courier, mono;
	color:#339933;
}

.Element {
	font-style:italic;
	font-family: "Courier New", Courier, mono;
	color:#990000;
}


/* Misc */
.bottomFrame1 {
	text-align: center;
	font-size: small;
	font-family: Times New Roman, Times, serif;
}

.bottomFrame2 {
	text-align: center;
	font-size: medium;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.Small {
	font-size:small;
}

body {
	padding: 1em 2em 2em 2em;
	direction:ltr;
	line-height: 150%;
}

a {
	text-decoration:none;
	border-bottom: thin dashed;
	color: #003366;
}

a:visited {
	border-bottom: thin dashed;
	color: #993366

}

a:hover {
	text-decoration:none;
	border-bottom: thin dashed;
	border-top: thin dashed;
	color:#006666;
}

a:visited:hover {
	text-decoration:none;
	border-bottom: thin dashed;
	border-top: thin dashed;
	color:#993366;
}

.AppendixList {
	list-style-type:upper-alpha;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}
