/* CSS Document */
html {
		font-family : Arial, sans-serif;
		font-size : 12px;
		background-color : white;
		
		color : black;
		margin: 0;
	}

.TextBody {
		font-family : Arial, sans-serif;
		font-size : 12px;
		background-color : white;
		color : black;
		margin: 0;
	}
#TextBody {
		font-family : Arial, sans-serif;
		font-size : 12px;
		background-color : white;
		color : black;
		margin: 0;
	}
.TextMini {
		font-family : Arial, sans-serif;
		font-size : 9px;
		background-color : white;
		color : black;
		margin: 0;
	}
#TextMini {
		font-family : Arial, sans-serif;
		font-size : 9px;
		background-color : white;
		color : black;
		margin: 0;
	}

.SubNav {
		font-family : Arial, sans-serif;
		font-size : 12px;
		background-color : white;
		color : #A30404;
		margin: 0;
	}
#SubNav {
		font-family : Arial, sans-serif;
		font-size : 12px;
		background-color : white;
		color : #A30404;
		margin: 0;
	}

	body {
		
		margin:  1 auto 1 auto;
	}
	
	.title {
		font-family: "Times New Roman";
		font-size: 20px;
		color: #A30404;
		font-style:italic;
	}
	
	.footer {
		font-family:  Arial, sans-serif;
		font-size: 10px;
		color: #A30404;
		
		font-style:italic;
	}
	
	.warning { color: #A30404;
	}
	
	.input { font-size: 11px;
	         font-weight: bold;
			 width: 100px;
			 background-color: #13313f;
			 border: 1px solid white;
			 color: #A30404;
	}
	
	.navMenu   {font-family: Arial;
	           font-size: 13px;
			   font-weight: bold;
			   padding-top:10px;
			   padding-left:10px;
			   line-height:22px;
			   
			       }
				  
	a.navMenu:link,a.navMenu:visited,a.navMenu:active {text-decoration: none; color: black;}
	A.navMenu:hover {text-decoration: none; color: #A30404;}
	
A:link {text-decoration: none; color: #A30404;}
A:visited {text-decoration: none; color: #A30404;}
A:active {text-decoration: #A30404;}
A:hover {text-decoration: none; color: black;}
	


