/* This CSS is for the unique style of the website's header and footer */

@charset "utf-8";
/* CSS Document */

body{
		background-color:#96c4fc;
		background-image:url(http://www.stlagent.com/images/misc_graphics/bckgrnd_grad.gif);
		background-repeat:repeat-x;
		margin:0;
		padding:0;
		}

.header1{
		font-size:11px;
		line-height:13px;
		color:#364D55;
		}
.header1 a{color: #364D55;}
.header1 a:link{color: #364D55;}
.header1 a:visted{color: #364D55;}
.header1 a:hover{color: #B21A1B;}

.header1-bold{
		font-size:11px;
		line-height:13px;
		color:#364D55;
		font-weight: bold;
		}
.header1-bold a{color: #364D55;}
.header1-bold a:link{color: #364D55;}
.header1-bold a:visted{color: #364D55;}
.header1-bold a:hover{color: #B21A1B;}

.header2{
		font-size:11px;
		line-height:13px;
		color:#B21A1B;
		}

.featurebox-white{
		font-size:11px;
		line-height:13px;
		color:#FFFFFF;
		}
.featurebox-white a{color: #FFFFFF;}
.featurebox-white a:link{color: #FFFFFF;}
.featurebox-white a:visted{color: #FFFFFF;}
.featurebox-white a:hover{color: #FFFFFF;}

.featurebox-white-bold{
		font-size:11px;
		line-height:13px;
		color:#FFFFFF;
		font-weight: bold;
		}
.featurebox-white-bold a{color: #FFFFFF;}
.featurebox-white-bold a:link{color: #FFFFFF;}
.featurebox-white-bold a:visted{color: #FFFFFF;}
.featurebox-white-bold a:hover{color: #FFFFFF;}

.footer-gray1{
		font-size:11px;
		line-height:11px;
		color:#D7D5D5;
		}

.footer-gray2{
		font-size:11px;
		line-height:11px;
		color:#C1C1C1;
		}
.footer-gray2 a{color: #C1C1C1;}
.footer-gray2 a:link{color: #C1C1C1;}
.footer-gray2 a:visted{color: #C1C1C1;}
.footer-gray2 a:hover{color: #C1C1C1;}

.footer-content1{
		font-size:12px;
		line-height:14px;
		color:#424242;
		font-weight: bold;
		}
		
.footer-content2{
		font-size:10px;
		line-height:12px;
		color:#4E4E4E;
		}
.footer-content2 a{color: #4E4E4E;}
.footer-content2 a:link{color: #4E4E4E;}
.footer-content2 a:visted{color: #4E4E4E;}
.footer-content2 a:hover{color: #4E4E4E;}	
		
		
		