BODY {
	font-family : Verdana, Arial, "Times New Roman", sans-serif;
	background-color : #FFFFFF;
	font-size : 100%;
	background-image: url(../images/bg.jpg);
}

/* Start Font Size area */
.txtContent0,  .txtHilightHeading0,  .txtError0,  .errorTableHeading0,  .txtTableLtGrey0,  .txtTableDrkGrey0,	.txtTableLightColor0,	.txtTableDarkColor0, .txtAltTableLightColor0 {
	font-size : 7pt;
}
.txtContent1,  .txtHilightHeading1,  .txtError1,  .errorTableHeading1,  .txtTableLtGrey1,  .txtTableDrkGrey1,	.txtTableLightColor1,	.txtTableDarkColor1, .txtAltTableLightColor1 {
	font-size : 8pt;
}
.txtContent2,  .txtHilightHeading2,  .txtError2,  .errorTableHeading2,  .txtTableLtGrey2,  .txtTableDrkGrey2,	.txtTableLightColor2,	.txtTableDarkColor2, .txtAltTableLightColor2 {
	font-size : 9pt;
}
.txtContent3,  .txtHilightHeading3,  .txtError3,  .errorTableHeading3,  .txtTableLtGrey3,  .txtTableDrkGrey3,	.txtTableLightColor3,	.txtTableDarkColor3, .txtAltTableLightColor3 {
	font-size : 10pt;
}
.txtContent4,  .txtHilightHeading4,  .txtError4,  .errorTableHeading4,  .txtTableLtGrey4,  .txtTableDrkGrey4,	.txtTableLightColor4,	.txtTableDarkColor4, .txtAltTableLightColor4 {
	font-size : 12pt;
}
.txtContent5,  .txtHilightHeading5,  .txtError5,  .errorTableHeading5,  .txtTableLtGrey5,  .txtTableDrkGrey5,	.txtTableLightColor5,	.txtTableDarkColor5, .txtAltTableLightColor5 {
	font-size : 14pt;
}

.txtContent6,  .txtHilightHeading6,  .txtError6,  .errorTableHeading6,  .txtTableLtGrey6,  .txtTableDrkGrey6,	.txtTableLightColor6,	.txtTableDarkColor6, .txtAltTableLightColor6{
	font-size : 16pt;
}
/* END Font Size area */

/* Start Font Family & Coloring */
.txtContent0, .txtContent1, .txtContent2, .txtContent3, .txtContent4, .txtContent5, .txtContent6 {
	font-family : Verdana, Arial, "Times New Roman", sans-serif;
	color : Black;
}

.txtHilightHeading0, .txtHilightHeading1, .txtHilightHeading2, .txtHilightHeading3, .txtHilightHeading4, .txtHilightHeading5, .txtHilightHeading6 {
	font-family : Georgia,Verdana, Arial, "Times New Roman", sans-serif;
	color : #993300;
}

.txtError0, .txtError1, .txtError2, .txtError3, .txtError4, .txtError5, .txtError6  {
	font-family : Verdana, Arial, "Times New Roman", sans-serif;
	background-color : White;
	color : Blue;
}


.errorTableHeading0, .errorTableHeading1, .errorTableHeading2, .errorTableHeading3, .errorTableHeading4, .errorTableHeading5, .errorTableHeading6  {
	font-family : Verdana, Arial, "Times New Roman", sans-serif;
	background-color : #FF0000;
	color : #FFFFFF;
}

.txtTableLtGrey0, .txtTableLtGrey1, .txtTableLtGrey2, .txtTableLtGrey3, .txtTableLtGrey4, .txtTableLtGrey5, .txtTableLtGrey6{
	font-family : Verdana, Arial, "Times New Roman", sans-serif;
	background-color : #EEEEEE;
}

.txtTableDrkGrey0, .txtTableDrkGrey1, .txtTableDrkGrey2, .txtTableDrkGrey3, .txtTableDrkGrey4, .txtTableDrkGrey5, .txtTableDrkGrey6  {
	font-family : Verdana, Arial, "Times New Roman", sans-serif;
	background-color : #CCCCCC;
}

.txtTableLightColor0, .txtTableLightColor1, .txtTableLightColor2, .txtTableLightColor3, .txtTableLightColor4, .txtTableLightColor5, .txtTableLightColor6  {
	font-family : Verdana, Arial, "Times New Roman", sans-serif;
	background: #F3E3D1;
	background-color: #F3E3D1;  
	color : Black;}

.txtTableDarkColor0, .txtTableDarkColor1, .txtTableDarkColor2, .txtTableDarkColor3, .txtTableDarkColor4, .txtTableDarkColor5, .txtTableDarkColor6  {
	font-family : Verdana, Arial, "Times New Roman", sans-serif;
	background: #DEC6AB;
	background-color: #DEC6AB;
	color : BLACK;}

.txtAltTableLightColor0, .txtAltTableLightColor1, .txtAltTableLightColor2, .txtAltTableLightColor3, .txtAltTableLightColor4, .txtAltTableLightColor5, .txtAltTableLightColor6  {
	font-family : Verdana, Arial, "Times New Roman", sans-serif;
	background: #F3E3D1;
	background-color: #F3E3D1;
	color : Black;}

/* End Font Family & Coloring */

input.border{
	border: thin solid #000000;
	background: #FFFFFF;
	font-size : 8pt;
	font-family : Verdana, Arial, "Times New Roman", sans-serif;
	background-color : #FFFFFF;
	color : #000000;
	}


/* hyperlink styles of the table light and dark colors */
A.TableLink:link  {
	text-decoration: underline;
    color: #000000;
}

A.TableLink:visited {
    text-decoration: underline;
    color: #000000;
}

A.TableLink:active {
    text-decoration: underline;
    color: #000000;
}

A.TableLink:hover {
	background: #666666;
	background-color: #666666;
    text-decoration: underline;
    color: #ffffff;
}

/* hyperlink styles of the table light and dark colors */
A.headingLink:link  {
	text-decoration: underline;
    color: #ffffff;
}

A.headingLink:visited {
    text-decoration: underline;
    color: #ffffff;
}

A.headingLink:active {
    text-decoration: underline;
    color: #ffffff;
}

A.headingLink:hover {
	background: #666666;
	background-color: #666666;
    text-decoration: underline;
    color: #ffffff;
}

input.smallFont {
	font-size : 7pt;
	font-family : Verdana, Arial, "Times New Roman", sans-serif;
	color : Black;
}

input.border{
	border: 1px solid #000000;
	background: #FFFFFF;
	background-color : #FFFFFF;
	color : #000000;
	}


.copyWrite{
	font-size : 7pt;
	font-family : Verdana, Arial, "Times New Roman", sans-serif;
	color : White;

}
td{
	height: 100%;
}

/* rounded corners color and radius*/
.rounded_dark_95, .rounded_dark_220, .rounded_dark_250, .rounded_dark_380, .rounded_dark_400, .rounded_dark_430, .rounded_dark_500, .rounded_dark_550, .rounded_dark_600, .rounded_dark_630, .rounded_dark_650, .rounded_dark_670{
	background: #DEC6AB;
	border: 2px solid #000000;
/*	-moz-border-radius: 16px;  */
/*	border-radius: 16px;  */
}

.rounded_light_195, .rounded_light_220, .rounded_light_250, .rounded_light_380, .rounded_light_400, .rounded_light_430, .rounded_light_500, .rounded_light_550, .rounded_light_600, .rounded_light_630, .rounded_light_650, .rounded_light_670{
	background: #F3E3D1; 
	border: 1px solid #000000;
/*	-moz-border-radius: 1px; */
/*	border-radius: 1px; */
}

/* rounded corners lenght and behavior file*/
.rounded_dark_195, .rounded_light_195{
    width: 195px;
}

.rounded_dark_220, .rounded_light_220{
    width: 220px;
}

.rounded_dark_250, .rounded_light_250{
    width: 250px;
}

.rounded_dark_380, .rounded_light_380{
    width: 380px;
}

.rounded_dark_400, .rounded_light_400{
    width: 400px;
}

.rounded_dark_430, .rounded_light_430{
    width: 430px;
}

.rounded_dark_500, .rounded_light_500{
    width: 500px;
}

.rounded_dark_550, .rounded_light_550{
    width: 550px;
}

.rounded_dark_600, .rounded_light_600{
    width: 600px;
}

.rounded_dark_630, .rounded_light_630{
    width: 630px;
}

.rounded_dark_650, .rounded_light_650{
    width: 650px;
}


.rounded_dark_670, .rounded_light_670{
    width: 670px;
}




.roundcont {
	width: 250px;
	background-color: #f90fff;
	color: #000000;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(/show/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(/show/br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
   
}

