/* CSS Document */
body {
	padding: 0;
	border: 0;
	margin: 0;
	background-color: #CCCCCC;
}

body, p, div, td, a, li, select, texarea, input {
	font-family: Lucida, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.content, .contentGray {
	padding: 10px;
}

h1 {
	color: #3A6E8F;
	font-size: 16px;
}

h2 {
	color: #3A6E8F;
	font-size: 14px;
	clear: both;
}
a, a:active, a:visited {
	color: #F58426;
	text-decoration: none;
	}

a:hover {
	color: #000066;
	text-decoration: none;
	}

.contentGray a, .contentGray a:active, .contentGray a:visited {
	color: #1F3545;
	text-decoration: none;
	}

.contentGray a:hover {
	color: #000066;
	text-decoration: none;
	}
.bigger td, .bigger p, .bigger div, .bigger {
	font-size: 14px;
}
.bigger a:hover, .bigger a, .bigger a:active, .bigger a:visited  {
	color: #000000;
	font-size: 14px;
}
