﻿body
{
	font-family:Tahoma;
	font-size:8pt;
}
input 
{
	font-family:Tahoma;
	font-size:8pt;
}
textarea
{
	font-family:Tahoma;
	font-size:8pt;
}
select
{
	font-family:Tahoma;
	font-size:8pt;
}
.GrayLink1
{
	color:Gray;
	text-decoration:none;
	border-style:none;
}

.WhiteLink1
{
	color:#FFFFFF;
	text-decoration:none;
	border-style:none;
}

.Link1
{
	text-decoration:none;
	border-style:none;
}

.CenterAlign
{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.Seperator1
{
	background-image:url(sepr1.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

p
{
	line-height:2em;
	text-align:justify;
	color:#555555;
}
.FAQLinks
{
	color:Blue;
}
.FAQHR
{
	color:#666666;
	height:1px;
	border-style:dotted;
}

/******************/
/*     DateBox    */
/******************/
.CCS_DateBox_Seperator
{
	background-color:#FFFFFF;
	font-family:Tahoma;
	font-size:8pt;
	color:#000000;
}
.CCS_DateBox_ControlBox
{
	border-style:solid;
	border-width:1px;
	border-color:#AAAAAA;

	vertical-align:middle;
	padding-bottom:1px;
	background-color:#FFFFFF;
}
.CCS_DateBox_YearBox
{
	background-color:#FFFFFF;
	width:35px;
	font-size:8pt;
	font-family:Times New Roman;
	font-weight:bold;
	border-style:none;
	direction:rtl;
	
}
.CCS_DateBox_MonthBox
{
	background-color:#FFFFFF;
	width:15px;
	font-size:8pt;
	font-family:Times New Roman;
	font-weight:bold;
	border-style:none;
}
.CCS_DateBox_DayBox
{
	background-color:#FFFFFF;
	width:15px;
	font-size:8pt;
	font-family:Times New Roman;
	font-weight:bold;
	border-style:none;
}

.CCS_DateBox_YearBox_Focus
{
	background-color:#FFFAFA;
	width:35px;
	font-size:8pt;
	font-family:Times New Roman;
	font-weight:bold;
	border-style:none;
}
.CCS_DateBox_MonthBox_Focus
{
	background-color:#FFFAFA;
	width:15px;
	font-size:8pt;
	font-family:Times New Roman;
	font-weight:bold;
	border-style:none;
}
.CCS_DateBox_DayBox_Focus{
	background-color:#FFFAFA;
	width:15px;
	font-size:8pt;
	font-family:Times New Roman;
	font-weight:bold;
	border-style:none;
}

/*****************/
/**   TextBox   **/
/*****************/
.TextBox
{
	font-family:Tahoma;
	font-size:8pt;
}
.TextBox_LTR
{
	direction:ltr;
}
/*****************/
/**    Button   **/
/*****************/
.Button
{
	font-family:Tahoma;
	font-size:8pt;
}

/*****************/
/**   Label   **/
/*****************/
.Label
{
	font-family:Tahoma;
	font-size:8pt;
}
.Label_LTR
{
	direction:ltr;
}

