body {
	background-color: #663366;
	margin-top: 25px;
	margin-bottom: 25px;
	background-image: url(/images/bg-blend-prpl.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #333333;
}
a:link {
	color: #990099;
}
a:visited {
	color: #990099;
}
a:hover {
	color: #CC0099;
}
a:active {
	color: #CC00CC;
}

/* Headings - Fixed */
h1, h2, h3, h4, h5, h6	{ 
	color: #663399; line-height: 100%; letter-spacing: -0.02em; word-spacing: -0.01em;
}
h1 { font-size: 36px}
h2 { font-size: 30px}
h3 { font-size: 24px}
h4 { font-size: 21px}
h5 { font-size: 18px}
h6 { font-size: 15px}

/* Headings - Default color */
.h1, .h2, .h3, .h4, .h5, .h6	{ 
	font-family: Georgia, Times, serif; line-height: 100%; font-weight: bold; letter-spacing: -0.02em; word-spacing: -0.01em;
}
.h1 { font-size: 36px}
.h2 { font-size: 30px}
.h3 { font-size: 24px}
.h4 { font-size: 21px}
.h5 { font-size: 18px}
.h6 { font-size: 15px}


.footer {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
.text9 { font-size: 9px}
.text10 { font-size: 10px}
.text11 { font-size: 11px}
.text12 { font-size: 12px}
.text13 { font-size: 13px}
.text15 { font-size: 15px}
.text16 { font-size: 16px}

.highlight {
	background-color: #FFFF33;
}

.padleft30	{ padding-left: 30px}
.padleft60	{ padding-left: 60px}

.marginleft10	{ margin-left: 10px}
.marginright10	{ margin-right: 10px}
.margintop3	{ margin-top: 3px}
.marginbottom3	{ margin-bottom: 3px}

.color-white	{ color: #ffffff}
.color-black	{ color: #000000}
.color-purple	{ color: #660066}
.color-magenta	{ color: #cc00cc}
.color-grey-lite	{ color: #cccccc}
.color-grey-mid	{ color: #999999}
.color-grey-dark	{ color: #666666}

