/* CSS Document */

/* define de html tag to include the custom scroll bars for IE5.5+ for HTML 4.01 */
html {
	scrollbar-base-color: #CCCCCC;
	scrollbar-arrow-color: #660B10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;	
}
/* define main layout bkg color and margins*/
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

.topLineGray {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #E7E9ED;
	border-right-color: #E7E9ED;
	border-bottom-color: #E7E9ED;
	border-left-color: #E7E9ED;
}

.topLineGrayDouble {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-top-color: #E5E5E5;
	border-right-color: #E5E5E5;
	border-bottom-color: #E5E5E5;
	border-left-color: #E5E5E5;
}

.textGreenBig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 34px;
	color: #65848D;
	font-weight: bold;
	text-decoration:underline;
}

a.textGreenBig:hover {
	color: #88A3AA;
	text-decoration:underline;
}

.textGreenBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #65848D;
	font-weight: bold;
}

.textGrayNormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 140%;
	color: #999999;
	font-weight: normal;
}

a.textGrayNormal:hover {
	color: #666666;
	text-decoration:underline;
}

