.bold {  font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; /*font-size: 80%*/}

td 
{
	font-family: Verdana;
}

.FormListBox 
{
	font-size: 90%;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=2);
	background-color: #fcfcfc;
}

.FormListBoxFocus
{
	font-size: 90%;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=2);
	background-color: #ffffff;
}



.FormButton 
{
	border: 1px solid #003333; 
	background-color: #006666; 
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#333333, Direction=135, Strength=2);
	font-size: 80%;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}

.FormButtonHover {
	border: 1px solid #009999; 
	background-color: #00cccc; 
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#333333, Direction=135, Strength=2);
	font-size: 80%;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}

.FormInput 
{
	border: 1px solid #999999; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=135, Strength=2);
	font-size: 90%;
	background-color: #fcfcfc;
}

.FormInputFocus 
{
	border: 1px solid #000000; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=2);
	font-size: 90%;
}

.MessageBoxTable 
{  
	border: 1px solid #003333; 
	font-size: 100%;
}

.MessageBoxContent 
{
	background-color: #ffffff;
	font-size: smaller;
	font-family: Tahoma;
}
.MessageBoxHeader 
{
	background-color: #006666;
	color: #ffffff;
	font-size: smaller;
	font-family: Tahoma;
	font-weight: bolder;
	border-bottom: solid 1px #003333;
}
.MessageBoxFooter 
{
	border-top: solid 1px #003333;
	background-color: #cece9c;
}

.MessageBoxInformation 
{
	font-family: Tahoma;
	font-size: 85%;
}

A.MessageBoxInformation 
{
	color: #660000;
}

.Error 
{
	font-size: smaller;
	color: red;
	font-family: Tahoma;
}

.SurveyTitle 
{
	font-weight: bold;
	font-size:120%;
	font-family: Tahoma;
}
.SurveyQuestion 
{
	font-weight: bold;
	font-size: smaller;
}
.SurveyQuestionAnswer 
{
	font-size: smaller;
	font-family: Tahoma;
}
.SurveyQuestionError 
{
	color: Red;
	font-size: smaller;
	font-weight: bold;
}
.SurveyErrorLabel
{
	font-size: smaller;
	color: Red;
	font-weight: normal;
	font-family: Tahoma, Verdana;
}
.SurveyOption 
{
	font-size: smaller;
}

A.SurveyResetButton, A.SurveyResetButton:LINK, A.SurveyResetButton:VISITED, A.SurveyResetButton:ACTIVE {
	color: #999999;
	font-size: smaller;
}

A.SurveyResetButton:HOVER {
	font-size: smaller;
	color: #000099;
}

A.SurveyShowHideImageLink, A.SurveyShowHideImageLink:LINK, A.SurveyShowHideImageLink:VISITED, A.SurveyShowHideImageLink:ACTIVE {
	color: #333399;
	font-size: smaller;
}

A.SurveyShowHideImageLink:HOVER {
	font-size: smaller;
	color: #000099;
}

.SurveyInformationLabel
{
	font-size: 10px;
	color: #666666;
}

.SurveyQuestionDescription 
{
	background-color: #cece9c;
	color: #000000;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial;
}

.SurveyQuestionHeader 
{
	background-color: #cece9c;
}

.GMACSurveyQuestion 
{
	font-family: Arial;
	font-size: smaller;
}

