a {
	font-size: 11px;
	color: #006699; 
	text-decoration: none;
}

a:hover {  
	text-decoration: underline;
}

.menuecaption {  
	font-size: 10px; 
	color: #0099CC; 
	font-weight: bold; 
	text-transform: uppercase;
}

.menueitems { 
	font-size: 11px;
}


.px1 { 
	border: 1px #000000 solid; 
	border-collapse: collapse; 
}

.menuebottom {  
	font-size: 10px; 
	color: #0099CC; 
	font-weight: bold;
}

.ContentSplit3pxGray {
	display: block;
	font-size: 1px; 
	background: #CFCFCF;
	width: 100%;
	height: 4px;
}

#FooterLinks 
{
    border: none;
    font-size: 10px;
    padding:3px;
}
#FooterLinks a 
{
    font-weight: bold;
    margin-right: 5px;
}
.ContentArea{
	padding: 10px;
}

.ContentArea h1
{
    display: block;
    border-bottom: 2px solid Teal; 
	margin-bottom: 2px;
	font-size: 11px; 
	color: #0099CC; 
	font-weight: bold;
}
.ContentArea h2
{
	margin-bottom: 2px;
	font-size: 11px; 
	font-weight: bold;
}
.ContentArea form {
	padding: 10px;
}
.ContentArea form input, .ContentArea form select {
	margin-bottom: 3px;
}

.RightColumnArea{
	padding: 2px;
}
.RightColumnArea h1
{
    display: block;
    border-bottom: 2px solid Teal; 
	margin-bottom: 2px;
	font-size: 10px; 
	font-weight: bold; 
	text-transform: uppercase;	
}
/*MainList*/
.MainList, .Interfaces
{
    font-family: Arial; 
	font-size: 11px;
	padding: 2px;
}
.MainList {
	width: 640px;
}
.MainList ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
}
.MainList p, .MainList li, .Interfaces p, .Interfaces div
{
	margin: 0px;
	padding: 0px;
    padding-bottom: 9px;
	padding-left: 15px;
	padding-right: 15px;
    background: url(icons/bullet_star.gif) no-repeat -4px -1px;
}
.MainList li {
	background: url(icons/bullet_green.gif) no-repeat -4px -1px;
	padding-bottom: 2px;
}
.MainList a {
	color: #FF6600; 
	font-weight: bold; 
}

.Interfaces {
	width: 100%;
}

.MainList .Code {
	margin-left: 15px;
	margin-right: 15px;
	font-family: "Courier New", Courier, monospace;
	display: block;
	border: 1px dotted blue;
	background: #F3F3F3;
}