﻿body {
}

a.CROuter           
{ 
	color:blue; 
	font-weight:bolder;
	font-size:larger;
	font-family:Arial;
	text-decoration:underline;
	text-transform:capitalize;
	font-size: 12px;
}

a.CROuter:hover
{
	color:Olive;
}

.CRLocation
{
	font-family:Arial;
	font-weight:bolder;
	font-size:12px;
	color:#009D80;
}

.CRTitle
{
	padding-top: 10px;
	font-weight: bold;
	font-size: 12px;
	color: black;
	font-family: Arial;
	text-decoration: none;
}

.CRCaption
{
	padding-top: 5px;
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Arial;
	text-decoration: none;
}

.CRBodyText
{
	padding-left: 15px;
	font-weight:normal;
	font-size: 12px;
	color: black;
	font-family:Times New Roman
	text-decoration: none;
}

.CRButton1
{
	padding-top: 15px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 10px;
	color: black;
	text-decoration: none;
}

.CRButton2
{
	padding-left: 5px;
	font-weight: bold;
	font-size: 10px;
	color: black;
	text-decoration: none;
}

.CRButtonFace
{
	font-weight: bold;
	font-size: 10px;
	color: black;
	text-decoration: none;
	width: 112px;
}

.CRBonusI
{
	font-size: 8px;
	color: Red;
	vertical-align: super;
}