﻿
/***********************************************************************************************/
/* Basic Styles																				   */
/***********************************************************************************************/

body
{
	font-size: 11px;
	font-family: Verdana;
	margin: 0px;
}

a
{
	color: #EC008C;
	text-decoration: none;
}

a:hover
{
	color: #EC008C;
	text-decoration: none;
}

/* firefox only - remove the dotted border on the anchor buttons */
a:active
{
	outline: none;
}

/* firefox only - remove the dotted border on the anchor buttons */
a:focus
{
	-moz-outline-style: none;
}

.textHighlight
{
	color: #EC008C;
	text-decoration: none;
}

.textboxNormal
{
	background-color: White;
	border: solid 1px #facce8;
}

h2
{
	color: #666666;
	font-size: 20px;
	margin: 0px;
	font-weight: normal;
}

h3
{
	font-weight: normal;
	font-size: 16px;
	color: #333333;
	margin: 0px;
}

h5
{
	color: #888888;
	font-weight: bold;
	font-size: 11px;
	margin: 0px;
}
