/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td
{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px; 
	text-decoration: none; 
	color: #46402D; 
}

h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#e31836;
	}
	
h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#e31836;
	}
	
h3
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:normal;
	color:#666666;
	}


h4
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#666666;
	padding-left:5px;
	}
	
h5
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:23px;
	font-weight:normal;
	color:#666666;
	}
	
h6
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight:normal;
	color:#666666;
	padding-left:34px;
	}
	

.tdIndentHead
{ 
	font-family: arial, helvetica, sans-serif; 
	font-size: 11px;
	padding-left:8px; 
	text-decoration: none; 
	color: #e31836; 
}

.tdIndentBody
{ 
	font-family: arial, helvetica, sans-serif; 
	font-size: 11px;
	padding-left:8px; 
	text-decoration: none; 
	color: #333333; 
}

.tdGreyLight
{ 
	font-family: arial, helvetica, sans-serif; 
	font-size: 11px;
	text-decoration: none; 
	color: #d8d8d8; 
}

.indexTxt
{
	font-family: arial, helvetica, sans-serif; 
	font-size: 11px; 


}

.indexRedTxt
{
	font-family: arial, helvetica, sans-serif; 
	font-size: 11px;
	color:#e31836; 

}

.footerTxt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	}
	
	.textfield 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e31836;
	padding-right: 6px;
}

/********************* ANCHOR PSEUDO-CLASSES *********************/

a:link
{
	color: #666666; 
	font-weight: bold;
	text-decoration: none;
}

a:visited,a:active
{
	color: #e31836; 
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #e31836; 
	font-weight: bold;
	text-decoration: underline;
}

a.buttons:link
{
	font-size:11px;
	font-weight:normal;
	color: #FFFFFF; 
	text-decoration: none;
}

a.buttons:visited,a.buttons:active
{
	font-size:11px;
	font-weight:normal;
	color: #FFFFFF; 
	text-decoration: none;
}

a.buttons:hover
{
	font-size:11px;
	font-weight:normal;
	color: #FFFFFF; 
	text-decoration: underline;
}

a.buttonsWhite:link
{
	font-size:11px;
	font-weight:normal;
	color: #FFFFFF; 
	text-decoration: none;
}

a.buttonsWhite:visited,a.buttonsWhite:active
{
	font-size:11px;
	font-weight:normal;
	color: #FFFFFF; 
	text-decoration: none;
}

a.buttonsWhite:hover
{
	font-size:11px;
	font-weight:normal;
	color: #FFFFFF; 
	text-decoration: underline;
}

/********************* BACKGROUND IMAGE *********************/

.windowBg 
{
	background-image:url(images/inside/window-img.jpg);
	background-repeat:no-repeat;
}

.windowBgInside 
{
	background-image:url(images/inside/headerBg.jpg);
	background-repeat:no-repeat;
}



.tile 
{
	background-image:url(images/inside/tile.jpg);
	background-repeat:repeat-x;
}

.tile01
{
	background-image:url(images/inside/tile01.jpg);
	background-repeat:repeat-x;
}

.tabletop {
	background-image:url(images/inside/tableheadBg.jpg);
	background-repeat:no-repeat;
	font-family: arial, helvetica, sans-serif; 
	font-size: 15px;
	font-weight:bold;
	padding-left:8px; 
	text-decoration: none; 
	color: #e31836; 
}

.tabletop02 {
	background-image:url(images/inside/tableheadBg01.jpg);
	background-repeat:no-repeat;
	font-family: arial, helvetica, sans-serif; 
	font-size: 15px;
	padding-left:8px; 
	text-decoration: none; 
	color: #e31836; 
	font-weight:bold;
}

.tabletop04 {
	background-image:url(images/inside/tableheadBg02.jpg);
	background-repeat:no-repeat;
	font-family: arial, helvetica, sans-serif; 
	font-size: 15px;
	font-weight:bold;
	padding-left:8px; 
	text-decoration: none; 
	color: #e31836; 
}


.tabletop01 {
	background-image:url(images/inside/table-top.jpg);
	background-repeat:no-repeat;
	background-position:left;
}

.tabletop03 {
	background-image:url(images/inside/table-top01.jpg);
	background-repeat:no-repeat;
	background-position:left;
}

.tableleft {
	background-image:url(images/inside/tableleftBg.jpg);
	background-repeat:repeat-y;
	background-position:top, left;
}

.tableright {
	background-image:url(images/inside/tablerghtBg.jpg);
	background-repeat:repeat-y;
	background-position:top, right;
}


#txtComments{ width:235px; height:120px; margin-bottom:10px; }