/* BMC Styles for Miles  */

body {
	background-color: #505050;

	background-repeat: repeat-y;
}

a {
	text-decoration: none;
        font-size: 15px; 
	font-family: arial; 
	color: #00416c;
}

a:hover {
	text-decoration: none;
    font-size: 15px; 
	font-family: arial; 
	color: white;
	background-color: #1C3A56;
	
}

.aDark {
	text-decoration: none;
    font-size: 15px; 
	font-family: arial; 
	color: #1f2e70;
}
.repeatBarBG {
	background-image: url(../images/tk_top_bar_back_repeat.gif); 
	background-repeat: repeat-x;}
}
.aDark:hover {
	text-decoration: none;
    font-size: 15px; 
	font-family: arial; 
	color: white;
	background-color: #1C3A56;
	
}

td {

font-family: arial; 
font-size: 11px; 
color: #454545;

}



/* Contact Page  */
.contactMe { font-size: 12px; color: white; font-family: Arial; text-align: justify;}
.contactforms { font-size: 12px; color: #133453; font-family: Arial; background-color: white; border: inset 1px #2A5175 scrollbar-base-color: white;  scrollbar-DarkShadow-Color: black; scrollbar-base-color: #2A5175; scrollbar-arrow-color: white;}

.contentLinks  {
	text-decoration: underline;
    font-size: 11px; 
	font-family: arial; 
	color: #1C3A56;
	
}

.contentLinks:hover {
	text-decoration: none;
    font-size: 11px; 
	font-family: arial; 
	color: white;
	background-color: #1C3A56;
	
}