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

body {

	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #8a3d2d;
	padding: 0px 0px 0px 0px;

}

.mainTable {

	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;


}

.mainText {

	font-family: Verdana;
	line-height: 165%;
	color: #ffffff;
	font-size: 12px;
	/*padding: 5px;*/

}

.mainTextBold {

	font-family: Verdana;
	line-height: 165%;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	/*padding: 5px;*/

}

.magText {

	font-family: Verdana;
	line-height: 130%;
	color: #DFE8F4;
	font-size: 11px;

}

.magTextSmall {

	font-family: Verdana;
	line-height: 130%;
	color: #DFE8F4;
	font-style: italic;
	font-size: 10px;

}

.smallText {

	font-family: Verdana;
	color: #ffffff;
	font-size: 9px;
	padding: 5px;


}

.blueTitles {
	font-family: Verdana;
	line-height: 150%;
	color: #6c888c;
	font-size: 14px;


}

.innerMainText {

	font-family: Verdana;
	line-height: 165%;
	color: #333333;
	font-size: 12px;
	padding: 5px;

}

.innerSmallText {

	font-family: Verdana;
	color: #333333;
	font-size: 9px;
	padding: 5px;

}

a:link {

	Color: #DFE8F4;
	Text-Decoration: underline;

}

a:active {
	Color: #DFE8F4;
	Text-Decoration: underline;
	


}

a:visited {
	Color: #DFE8F4;
	Text-Decoration: underline;
}

a:hover {
	Color: #F5F8CB; 
	Text-Decoration: underline;

}

#footer a:link {

	Color: #333333;
	Text-Decoration: underline;

}

#footer a:active {
	Color: #333333; 
	Text-Decoration: underline;
	


}

#footer a:visited {
	Color: #333333; 
	Text-Decoration: underline;
}

#footer a:hover {
	Color: #326B58; 
	Text-Decoration: underline;

}

/*.leftBar {
background-image: url(../images/home_leftbar.jpg);
background-repeat: repeat-x;
}

.rightBar {
background-image: url(../images/home_rightbar.jpg);
background-repeat: repeat-x;
}*/

