/* CSS Document */

body
{
	font:"Times New Roman", Times, serif;
}

a
{
	text-decoration:none;
	color:#2F548C;
}

a:hover
{
	text-decoration:none;
	color:#ff9900;
	font-weight:500;
}


/******************************************** Navigation Tabs ******************************************/

.Tab_Table
{
	width:100%; 
}

.Tab_Row
{}

.Tab_Button_Cell
{
    width: 100px;
    background-color: #ff9900;
    text-align: center;
    font: Geneva, Arial, Helvetica, sans-serif;
    font-weight: 800;
}

.Tab_Button_Cell:hover, .Tab_Button_Cell a:hover
{
    width: 100px;
    background-color:#97ADC5;
    text-align: center;
    font: Geneva, Arial, Helvetica, sans-serif;
    font-weight: 900;
	color:#FFFFFF;
	border-bottom-color:#666666;
}

/************************************************ Links Table ******************************************/
.LinksTable
{
	width:140px;
}

.LinksTable_LinkRow
{}

.LinksTable_LR_SingleCell
{}

/******************************************* Container Table ****************************************/
.ContainerTable
{
	width:744px;
}

.CT_HeaderRow
{}

.CT_HR_LeftCell
{}

.CT_HR_RightCell
{
	background-image:url(../images/header_design_5.jpg);
	background-position:right;
	padding-right:25px;
	background-repeat:no-repeat;
}
.CT_FooterRow
{}

.CT_FR_SingleCell
{
	background-color:#97ADC5;
	font-size:10px;
	text-align:center;
}
/******************************************* Content Main Body ****************************************/

.MainTable
{}

.MT_SingleRow
{}

.MT_SR_LeftCell
{
	width:150px;
	padding-left:10px;
}

.MT_SR_RightCell
{
	padding-left:40px;
}

/***********************************| Content Rounded Box Table |*****************************************************/

.BoxTable
{
	width:450px;
	border-collapse:collapse;
}

.BoxTable_HeaderRow
{
	background-image:url(../images/box_top_1.jpg);
	background-repeat:no-repeat;
}

.BoxTable_HR_SingleCell
{
	padding-left:25px;
	padding-top:10px;
	font-size:14px;
	font-weight:bold;
}

.BoxTable_TextRow
{
	background-image:url(../images/box_middle_rpt_1.jpg);
	background-repeat:repeat-y;
}

.BoxTable_TR_SingleCell
{
	padding-left:25px;
	padding-right:25px;
}

.BoxTable_FooterRow
{
	background-image:url(../images/box_bottom_1.jpg);
	background-repeat:no-repeat;
}

.BoxTable_FR_SingleCell
{}

/***********************************| Content Rounded Box Left Nav |*****************************************************/

.BoxTable_LN
{
	width:170px;
	border-collapse:collapse;
}

.BoxTable_HeaderRow_LN
{
	background-image:url(../images/box_top_LN.jpg);
	background-repeat:no-repeat;
}

.BoxTable_HR_SingleCell_LN
{
	padding-top:5px;
	padding-left:10px;
	font-weight:800;
}

.BoxTable_TextRow_LN
{
	background-image:url(../images/box_middle_rpt_LN.jpg);
	background-repeat:repeat-y;
}

.BoxTable_TR_SingleCell_LN
{
	padding-left:10px;
}

.BoxTable_FooterRow_LN
{
	background-image:url(../images/box_bottom_LN.jpg);
	background-repeat:no-repeat;
}

.BoxTable_FR_SingleCell_LN
{}

