﻿html {
     overflow: -moz-scrollbars-vertical;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #f0f0f0;
	background-image: url(/images/backgrounds/bgCotton.gif);
}

a, b, strong, p, td, input, textarea, span {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	line-height: 14px;  
}


a {
	color: #001199;
	text-decoration: none;
	border-bottom: dotted 1px #001199;
}

a:hover {
	color: #991100;
	text-decoration: none;
	border-bottom: solid 1px #991100;
	background-color: #fefaf0;
}

b {
	font-weight: bold;
	color: #001166;
}

p {
	margin-top: 0px;
	margin-bottom: 6px;
}

.topic {
	font-weight: bold;
	color: #ff1100;
}

hr {
	line-height: 1px;
	height: 1px;
	color: #a0a0a0;
}


table {
	border: 0px;
	border-collapse: collapse;
}


input {
      	 padding: 0 0 0 0;
      	  margin: 0 0 0 0;
      	  
      	  
      	 
      	}
