/* Copyright 2004 Mamlambo, Inc.  All rights reserved. */
/* Background Color Settings */
BODY { background-color=#1F492F;
		margin: 0em 0em 0em 0em;  
}
/* Std: Green */
.background_white { background-color: white }		/* Override: White */


.normal {
				font-family: "Verdana", "Arial";
			  font-size: 10pt;
				padding-left: 0px; 
				color: #800000;
				}	

li {margin: 10px; }		
				
/* Link Settings */					
a:link {text-decoration: none}
A:visited {text-decoration: none}
a:active { text-decoration: underline}
a:hover { text-decoration: underline}

.light_border  a {
				color: #B5C3BA;
				}		

.copyright a:active { text-decoration: none}
.copyright a:hover { text-decoration: none}
.copyright_dark a:active { text-decoration: none}
.copyright_dark a:hover { text-decoration: none}
	
.ad_link a:active {text-decoration: none; border-bottom: 3px double; }
.ad_link a:hover {text-decoration: none; border-bottom: 3px double; }

/* Font Settings */
		
.normal_small {
				font-family: "Verdana", "Arial";
			  font-size: 8pt;
				padding-left: 0px; 
				color: #800000;
				}		
				
.normal_small_black {
				font-family: "Verdana", "Arial";
			  font-size: 9pt;
				padding-left: 0px; 
				color: #000000;
				font-weight: bold; 
				}						
				
.normal_small_dark {
				padding-left: 25px; 
				font-family: "Verdana", "Arial";
			                font-size: 8pt;
				padding-left: 0px; 
				color: #B5C3BA;
				}		
				
.normal_small_ident_ad {
				font-family: "Verdana", "Arial";
			        font-size: 8pt;
                                font-style: italic;
				margin-left: 20px;
                                margin-right: 20px;
                                padding-left: 5px;
                                padding-right: 5px;
				color: #1F492F;
                                border: #800 1px solid;
				}

.normal_small_ident {
				font-family: "Verdana", "Arial";
			                font-size: 9pt;
				padding-left: 0px;
				color: #1F492F;
				}
														
.normal_small_ident_title {
				font-family: "Verdana", "Arial";
			                font-size: 9pt;
				padding-left: 0px;
				color: #800000;
				font-weight: bold; 
				margin-bottom:-1.5em; 
				}										
				
								
.copyright {	font-family: "Verdana", "Arial";
			  font-size: 8pt;
				padding-left: 0px; 
				color: #B5C3BA;
				text-decoration: none}
								
.copyright_dark {	font-family: "Verdana", "Arial";
			  font-size: 8pt;
				padding-left: 0px; 
				color: #000000;
				text-decoration: none}				

/* Heading Settings */
H1, H2, H3, H4, H5 { text-indent: 0px; 
									 	 color: #800000;
									 }							
									  
H3    { font: 14pt Verdana bold;  }	
H4    { font: 12pt Verdana bold;  }	

.padme	{ text-indent: 25px; }

	
.articleTitle H4 	{ font: 10pt Verdana bold; 
										font-weight: bold; 
										font-style: italic; 
										text-decoration: underline    }		
.articleTitle H5 	{ font: 8pt Verdana bold; 
										font-weight: bold; 
										font-style: italic; 
										text-decoration: none    }		
.randomPic H4 	{ text-indent: 0; 
					 				padding-left: 0px; 
								}										
										

/* Paragraph Settings */										
P     { 				font-family: "Verdana", "Arial";
			                font-size: 9pt;
				padding-left: 25px;
				color: #1F492F; }
				
.nopad { font: 10pt Verdana; 
			 	 	 color: #1F492F; 
					 padding-left: 0px;}
					 
.picTitle p { font-weight: bold; 
							font-style: italic  }

/* Image Settings */
.article_image_right { float: right;
      								 clear: left;
      								 margin: 1em;
 											 border-style: solid dotted;
											 border-width: thin;
											 border-color: black
					}
.article_image_left { float: left;
      								 clear: right;
      								 margin: 1em;
											 border-style: solid dotted;
											 border-width: thin;
											 border-color: black											 
					}
	
/* for code snippets*/
.code {
margin-left: 0px;
width: 500px;
padding-left: 0px;
padding-bottom: 10px;
border-style: solid;
border-width: 1px;
border-color: #999;
background: #ddd;
font: 8pt monospace;
float: left;
}
