@charset "utf-8";
/* CSS Document */

.table {background-image: url(../images/home_bg.gif); background-repeat: no-repeat; background-position: top; line-height: 1.3;}

/*Paragraph - Double Line Spacing*/
.double {line-height: 1.8;}

/*Paragraph - 1.2 Line Spacing*/
.12 {line-height: 1.2;}

/*Text - Primary Body Text*/
.text {font-size: 12px; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; color: #FFFFFF; text-decoration: none; line-height: inherit;}	

/*Text - Primary Upsize +1 BOLD*/
.text_bold {font-size: 16px; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; color: #FFFFFF; text-decoration: none;}	

/*Text - Small*/
.text_small {font-size: 8px; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; color: #FFFFFF; text-decoration: none; line-height: inherit;}	

/*Links - Primary White*/
.link {font-size: 12px; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; color:#FFFFFF; text-decoration: none; line-height: inherit;}
.link a:link {font-size: 12px; font-style: normal; font-weight: normal;	color: #FFFFFF; text-decoration: none;}
.link a:visited {font-size: 12px; font-style: normal; font-weight: normal; color: #FFFFFF; text-decoration: none;}
.link a:hover {font-size: 12px; font-style: normal; font-weight: normal;	color: #FFCC00;	text-decoration: none;}
.link a:active {font-size: 12px; font-style: normal; font-weight: normal; color: #FFCC00; text-decoration: none;}

/*Links - Yellow*/
.link_yellow {font-size: 10px; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; color:#FFCC00;}
.link_yellow a:link {font-size: 10px; font-style: normal; font-weight: normal;	color: #FFCC00; text-decoration: none;}
.link_yellow a:visited {font-size: 10px; font-style: normal; font-weight: normal; color: #FFCC00; text-decoration: none;}
.link_yellow a:hover {font-size: 10px; font-style: normal; font-weight: normal;	color: #CCCCCC;	text-decoration: none;}
.link_yellow a:active {font-size: 10px; font-style: normal; font-weight: normal; color: #CCCCCC; text-decoration: none;}

