@charset "utf-8";
/* CSS Doc */
/* Author: LKCS */

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin-top: 60px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* 
----------------------------------------------------------------------------- 
TABLE STYLES
-----------------------------------------------------------------------------*/

.yellow {
	background-color: #f48024;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-indent: 20px;
	}
	
.blue {
	background-color: #004a91;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-indent: 20px;
	}
	
.red {
	background-color: #c41230;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-indent: 20px;
	}
	
.footer {
	background-color: #004a91;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	padding: 20px;
	padding-left: 40px;
	padding-right: 40px;
	}

/* 
----------------------------------------------------------------------------- 
LIST STYLES
-----------------------------------------------------------------------------*/
	
li.Links {

list-style-type: none; 

}

ul {

margin-top: 5px;
margin-bottom: 20px;
}

li.goldList {
	list-style-image: url(../images/list/gold.jpg); 
	padding: 0;
	margin-bottom: 7px;
	margin-left: 0px;
	list-style-position: outside;
	}
	
li.blueList {
	list-style-image: url(../images/list/blue.jpg); 
	padding: 0;
	margin-bottom: 7px;
	margin-left: 0px;
	list-style-position: outside;
	}
	
LI.redList {
	list-style-image: url(../images/list/red.jpg); 
	padding: 0;
	margin-bottom: 7px;
	margin-left: 0px;
	list-style-position: outside;
	
	}

/* 
----------------------------------------------------------------------------- 
LINK STYLES
-----------------------------------------------------------------------------*/

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004890;
}

a:visited {
	color: #004A91;
}
a:hover {
	color: #004890;
}
a:active {
	color: #004A91;
}

.blueBDLink {color: #004a91; text-decoration:none; font-size: 14px; font-weight: bold; }
.blueBDLink:link {color: #004a91; text-decoration:none; font-size: 14px; font-weight: bold; }
.blueBDLink:visited {color: #004a91; text-decoration:none; font-size: 14px; font-weight: bold;  }
.blueBDLink:hover {color: #004a91; text-decoration:underline; font-size: 14px; font-weight: bold; }

.whiteLink {color: #fff; text-decoration:none; font-size: 14px; font-weight: bold; }
.whiteLink:link {color: #fff; text-decoration:none; font-size: 14px; font-weight: bold; }
.whiteLink:visited {color: #fff; text-decoration:none; font-size: 14px; font-weight: bold;  }
.whiteLink:hover {color: #fff; text-decoration:underline; font-size: 14px; font-weight: bold; }

.redBDLink {color: #c41230; text-decoration:none; font-size: 14px; font-weight: bold; }
.redBDLink:link {color: #c41230; text-decoration:none; font-size: 14px; font-weight: bold; }
.redBDLink:visited {color: #c41230; text-decoration:none; font-size: 14px; font-weight: bold;  }
.redBDLink:hover {color: #c41230; text-decoration:underline; font-size: 14px; font-weight: bold; }

.goldLink {color: #f58025; text-decoration:none; font-size: 14px; font-weight: bold; }
.goldLink:link {color: #f58025; text-decoration:none; font-size: 14px; font-weight: bold; }
.goldLink:visited {color: #f58025; text-decoration:none; font-size: 14px; font-weight: bold;  }
.goldLink:hover {color: #f58025; text-decoration:underline; font-size: 14px; font-weight: bold; }

.footerLink {color: #fff; text-decoration:none; font-size: 12px; }
.footerLink:link {color: #fff; text-decoration:none; font-size: 12px;  }
.footerLink:visited {color: #fff; text-decoration:none; font-size: 12px;  }
.footerLink:hover {color: #fff; text-decoration:underline; font-size: 12px;  }

/* 
----------------------------------------------------------------------------- 
FONT STYLES
-----------------------------------------------------------------------------*/

.purpleTagline {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #993399;
}

.redBold {
	font-size: 12px;
	font-weight: bold;
	color: #c41230;
}

.blueMd {
	font-size: 12px;
	color: #004a91;
}


.large {
	font-size: 24px;
	}
	
.subLarge {
	font-size: 16px;
	}

.blueBold {
	font-size: 14px;
	font-weight: bold;
	color: #004a91;
}

