/* css Icey Wrap default element settings */
/* basic elements */
body { 
	font: 8pt/12pt georgia; 
	color: #555753; 
	margin: 0px; 
	}
p { 
	font: 8pt/12pt georgia; 
	margin-top: 0px; 
	text-align: justify;
	}
h3 { 
	font: italic normal 12pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
	}
h2 { 
	font: italic normal 20pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	}
#TextRed 
{
	color: red;
}
#TextBlue 
{
	color: blue;
}


a:link { 
	font: 8pt/16pt Tahoma; 
	font-weight: bold; 
	text-decoration: none; 
	color: #333333;
	}
a:visited { 
	font: 8pt/16pt Tahoma; 
	font-weight: bold; 
	text-decoration: none; 
	color: #666666;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: red;
	}
p.formdata {
	 font: 10 pt Tahoma; 
	 color: #660033;
	}