body {
	color: black;
	background: #fff url(logo.png) top left repeat-x;
	font-family:verdana,helvetica,arial,sans-serif;
	font-size:12px;
	margin-top: 197px;
}


body, td {
	font-size: smaller
}


.navheader, .navfooter {
	color: #666;
	color: #c32205;
}
.navheader a, .navfooter a {

}

a{
color:#003d4c;
text-decoration:none;
}

a:hover{
color:#003d4c;
text-decoration:underline;
}

code, pre {
 font-family: "Courier New";
 font-size : 100%;
}

pre.programlisting, pre.screen {
  background-color: #eaf4e5;/* #d9dfe2 ; */
  color: #004000;
  border: 1px solid #608f22;
  
  padding: 5px 5px 5px 10px;
/* Take this section out if you don't want code to wrap */
white-space: pre-wrap; /* css-3 */
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
display: block;
/* End code wrap section*/
/*IF you want to view on a Pocket PC using the PIE then use below.
Alter your margins accordingly to get body to fill space and pre to fill body
white-space: no-wrap; IE PPC
*/
}

h2, h3 {
	font-family:'Gill Sans';
	font-size:28px;
	font-weight:normal;
}
  
em {
 font-size: 12px;
}

h1.title {
	color : #003D4C;
}

h2 {
	margin:0.5em 0;
	color:#e32;
}

h3 {
	font-size:18px;
	padding-bottom:0.5em;
	color:#003d4c;
}

h4 {
	color:#ff9966;
	font-size:20px;
	font-weight:normal;
}


.important table {
	border : 1px solid #ec8c2d;
	color : #804000;
	background : #ffebd1;
	margin-bottom : 15px;
}

.note table {
	border : 1px solid #547fa9;
	color : #00468b;
	background : #c7e4f9;
	margin-bottom : 15px;
}

.table table {
	border : 1px solid #e0e0e0;
	margin-bottom: 15px;
}

.table table tr td {
	background : #e0e0e0;
	border: 1px solid #e0e0e0;
	padding: 2px;
}

ul {
	margin:.4em 1em;
	padding:0 1em; 
	line-height: 18px;	
}
li {
	list-style-image: url("arrow.gif");
}

.ass_link1 {
	color : purple;
}

.ass_link2 {
	color : red;
}

.ass_link3 {
	color : green;
}

.ass_link4 {
	color : blue;
}

.ass_link5 {
	color : Orange;
}

.ass_link6 {
	color : Teal;
}
