body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	background: #1D2A30 url('../images/elements/pagefade.jpg') repeat-x;
}

a:link {color: #000099; background: transparent;}
a:visited {color: #000099; background: transparent;}
a:active {color: #0099FF; background: #FFFF99;}
a:hover {color: #990066; background: #FFFF99;}

p {
	margin: 25px 10px;
	padding: 0;
}

h1 {
	font-size: 200%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1D2A30;
	margin: 5px 10px;
	padding: 0;
}

h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #39525E;
	border-bottom:1px dashed #999999;
	margin: 25px auto;
	padding: 0;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
	margin: 0;
	padding: 0;
}

textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-image: url(../images/bullets/bullet1.gif);
}

li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ol {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: decimal-leading-zero;
	list-style-position: outside;
}

acronym {
	border-bottom: 1px #C0C0C0 dashed;
	cursor: help;
}

code {
	color: #000000;
	background: transparent;
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
}

pre {
	
}

#codeblock {
	margin: 10px 40px 10px 40px;
	text-align: left;
}

.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

.textlink {color: #000066; text-decoration: none; background: transparent;}
a:link.textlink {text-decoration: none; color: #000066; background: transparent;}
a:visited.textlink {text-decoration: none; color: #000066; background: transparent;}
a:active.textlink {text-decoration: none; color: #808080; background: #FFFF99;}
a:hover.textlink {text-decoration: underline; color: #000066; background: #FFFF99;}

.textlink_BLK {color : #000000; text-decoration: none; background: transparent;}
a:link.textlink_BLK {text-decoration: none; color: #000000; background: transparent;}
a:visited.textlink_BLK {text-decoration: none; color: #000000; background: transparent;}
a:active.textlink_BLK {text-decoration: none; color: #CCCCCC; background: #333333;}
a:hover.textlink_BLK {text-decoration: none; color: #CCCCCC; background: #333333;}

.highLight {color: #F2B002; font-weight: bold; background: transparent;}
a:link.highLight {color: #EFB505; background: transparent;}
a:visited.highLight {color: #EFB505; background: transparent;}
a:active.highLight {color: #EAB323; background: #FFFFFF;}
a:hover.highLight {color: #EAB323; background: #FFFFFF;}

.codeBlock {
	border: 1px #333333 dashed;
	color: #000000;
	background: #CCCCCC;
	height: 150px;
	overflow: auto;
}

.titleRow {
	cursor:default;
	background-image:url(../images/bkgrnds/tableHead.jpg);
	background-repeat:repeat-x;
}

.nameCell {
	color: #000000;
	font-size: 9px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	background: #CCC;
}

.contentCell {
	vertical-align: top;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	background: #DDD;
}

.nolist {
	list-style: none;
	padding: 0px;
}