﻿body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #403329;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-style: normal;
	font-weight: normal; }
}

.header {
	font-size:16px;
	font-weight:bold;
}

.headerPink {
	font-size:18px;
	font-weight:bold;
	color:ef74b1;
}

.headerPink2 {
	font-size:16px;
	font-weight:bold;
	color:ef74b1;
}

.headerGrey2 {
	font-size:16px;
	font-weight:bold;
	color:#666666;
}

.small {
	font-size:10px;
}

.white {
	color:#FFFFFF;	
}

.pink {
	color:#ef74b1;
}

.red {
	color:red;
}

.blue {
	color:#a4e1e8;
}

a.grey {
	color: #000000;
	text-decoration: none;
}

a.grey:hover {
	color: #000000;
	text-decoration: underline;
}

a.turq {
	color: #a4e1e8;
	text-decoration: none;
}

a.turq:hover {
	color: #a4e1e8;
	text-decoration: underline;
}

a.pinklink {
	color: #ef74b1;
	text-decoration: none;
	font-weight:bold;
}

a.pinklink :hover {
	color: #ef74b1;
	text-decoration: underline;
	font-weight:bold;
}