@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image:url(http://www.guyclairmontfinancial.com/guy_bg1.jpg);
	background-color: #2d2d2d;
	background-position: top-left;
	background-repeat: repeat-x;
}


/* Link styles */
a {
	color: #16254a;
	text-decoration: none;
}
a:hover {
	color: #16254a;
	text-decoration: underline;
}
a.mainMenu {
	color: #FFFFFF;
	text-decoration: none;
}
a.mainMenu:hover {
	color: #FFFFFF;
	text-decoration: underline;
}



/* Header styles */
td.sectionHeader {
	background-repeat: repeat-x;
	background-color: #1d2c53;
	padding-top: 1px;
	padding-left: 4px;
	padding-bottom: 1px;
	padding-right: 4px;
	background-image: url(images/header_bg.jpg);
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #16254a;
}
td.sectionBody {
	padding-top: 2px;
	padding-left: 8px;
	padding-bottom: 4px;
	padding-right: 8px;
	border: 1px solid #16254a;
	text-align: left;
	vertical-align: text-top;
}
td.tableBody {
	padding-top: 2px;
	padding-left: 8px;
	padding-bottom: 4px;
	padding-right: 8px;
	border: 0px solid #16254a;
	text-align: left;
	vertical-align: text-top;
}
td.contactInfo {
	font-size: 10px;
	color: #6d6d6d;
}
td.sideBar {
	background-color: #e8ecf0;
}



/* Font styles */
.mainMenuText {
	color: #FFFFFF;
}
.footer {
	font-size: 9px;
	color: #6d6d6d;
}



/* Ticker styles */
.tickerstyle {
	width: 200px;
	height: 180px;
	padding: 8px;
	overflow: hidden;
}
.messagediv {
	display: none;
}
.stockDetails {
	font-size: 10px;
	padding: 0px 2px 0px 2px;
	border-bottom: 1px solid #cccccc;
}
.stockDetailsHeader {
	font-size: 10px;
	font-weight: bold;
	padding: 0px 2px 0px 2px;
	border-bottom: 1px solid #666666;
}

