html, body, ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, a { 
margin: 0; 
padding: 0; 
border: 0; 
}
p { padding: 5px 0px 5px 0px; }
a { color: #000; text-decoration: underline; }
a:hover { text-decoration: underline; }
img { border: none; }
hr { height: 0px; border: 0px; border-top: 1px #aaaaaa dashed; margin: 0px; }
ul { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 20px; }
li { margin: 0px 0px 0px 0px; padding: 4px 0px 4px 0px; }

body {
	background-color: #fff;
	font-family: Arial;
	font-size: 12px;
	color: #000;
}
a:link       { text-decoration: none; color: #993399 }
a:visited    { text-decoration: none; color: #993399 }
a:hover      { text-decoration: underline; color: #993399}
a:active 	   { text-decoration: none, color: #993399 }

.Welcome {
	color: #93D8F0;
	font-weight: bold;
	font-size: 14px;
}
.Welcome2 {
	color: #993399;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.Newsletter-Title {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

.SubNav {
         font-size: 16px;
	     color: #993399;
	    font-weight: bold;
        }
        
        
        
#Content100 {
	padding: 10px;
}