﻿
.divContent
{
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

.divContent body
{
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

.divContent td
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

.divContent a[href]
{
	color: -moz-hyperlinktext !important;		/* For Firefox... mark as important, otherwise it becomes black */
	text-decoration: -moz-anchor-decoration;	/* For Firefox 3, otherwise no underline will be used */
}

.divContent a
{
	color: #0000FF; /* For Firefox... mark as important, otherwise it becomes black */
	text-decoration: none; /* For Firefox 3, otherwise no underline will be used */
}

.divContent a:hover
{
	color: #0066CC; /* For Firefox... mark as important, otherwise it becomes black */
	text-decoration: underline; /* For Firefox 3, otherwise no underline will be used */
}

.divContent a:link, .divContent a:visited, .divContent a:active
{
	color: #0066CC; /* For Firefox... mark as important, otherwise it becomes black */
	text-decoration: underline; /* For Firefox 3, otherwise no underline will be used */
}



.divContent p
{
	margin-top: 0px;
	margin-bottom: 0px;
}


.divContent ul
{
	margin-top: 0px;
	margin-bottom: 0px;
}

.divContent li
{
	margin-top: 0px;
	margin-bottom: 0px;
}


.divContent table
{

}

.divContent hr
{
	color: #666666;
	background-color: #666666;
	border: 0;
	height: 1px;
	-moz-border-radius: 0
}

