A { 
	text-decoration:none; 
	font-weight:bold; 
	color:#42617b; 
} 
A:hover { color:#00007f; background-color:#ff8915; }

.Body {
	 margin: 0;
	 background-color:white;
	 color:black;
	 text-align:left;
	 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	 font-size:11px; 
	 font-stretch: normal;
	 font-size: normal;
	 font-variant: normal;
	 font-weight: normal;
	 line-height: 1.6;
}
	 
.tableNews {
	border-width: 0;	  
}

.tableNews td {
	vertical-align: top;
	padding: 5px;
}

/* content page border stuff */
.content {	
	/*background: #efe794 url(images/content.png) repeat-y left;*/
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #efe794;
	padding: 2px 5px;
	border: 2px solid black;
	margin: 2px;
}
/*
.content::before {
	display: block;
	line-height: 0pt;
	content: url(images/content_t.png);
}

.content::after {
	display: block;
	line-height: 0pt;
	content: url(images/content_b.png);
}
*/
/* comments */
.comment {   
   border: 1px solid black;
   padding: 4px;
   background-color:#d6aa21;   
}

.comment pre {
	background-color:#d6aa21;   
	white-space: pre-wrap; /* CSS2.1 compliant */
	white-space: -moz-pre-wrap; /* Mozilla-based browsers */
	white-space: o-pre-wrap; /* Opera 7+ */
	border: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

li {
	margin-bottom:5px;
}

button
{
	border: 2px solid black;
	background-color:#FFD543;
}

button:hover
{
	background-color:#FFFF00;
}

input, textarea
{
	background-color:#ffe9b3;
	border:solid black 1px;
}

.SmallHeader, .Header {
	background-color:#213839;
	color:#eeffcc;
	border:1px solid #000000;
	text-align:left;
	font-family: Arial;
	font-size:10pt; 
	font-weight:bold;
	vertical-align: top;	 
	padding:0 3px;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.SmallHeader a:link, .SmallHeader a:visited, .Header a:link, .Header a:visited {
	color:#cdee90;
	font-weight: bold;
}

.m0l0iover, .nullLink:hover, .nullLink a:hover, .SmallHeader a:hover, .Header a:hover {
	background-color:#42617b;
	color: white;
}

.Header {          
	 font-size:large;
}

/* level 0 inner */
.m0l0iout, .nullLink {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	line-height: 1.0;
	text-decoration: none;
	color: #eeffcc;
	background-color:#213839;
	border:1px solid white;
	padding: 3px;
}
.m0l0iover, .nullLink:hover {
	border:1px solid;
	font-family: Arial;
	font-weight: bold;
	padding: 3px;
}

/* level 0 outer */
.m0l0oout {
	font-family: Arial;
	font-size:10pt; 
	font-weight: bold;
	line-height: 1.0;
	text-decoration : none;
	border:0;
}
.m0l0oover {
	background-color:#3500A0;
	border:0;			
}


pre {
	overflow: auto;
	padding: 6px;
	white-space:pre;
	background-color:white;
	color: #000000;
	border: 1px solid black;
	font-family: FixedSys, Arial;
}

pre .symbols { color: #000000; }
pre .preproc { color: #008800; }
pre .integer { color: #a900a9; }
pre .floatpt { color: #a900a9; }
pre .dblquot { color: #ff0000; }
pre .sinquot { color: #ff0000; }
pre .keyword 
{ 
color: #0000ff; 
font-weight: bold;
}

pre .keytype
{
color: #0000ff;
font-weight: bold
}

pre .comment
{
color: #777777;
padding: 0;
border-width:0;
background-color:white;
}
