/*[fmt]1A90-1A0B-3*/
/*CSS Document*/
body {
	background-color: #2C2C2B;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #3F4040;
}

/*from joel and andrew*/
h1 {
	font-size: 24px;
	color: #553383;
	line-height: 26px;
}

h2 {
	font-size: 18px;
	color: #553383;
	line-height: 23px;
}

h3 {
	font-size: 18px;
	color: #553383;
}

h4 {
	font-size: 18px;
	color: #553383;
}

p {
	font-size: 14px;
	color: #3F4040;
}

a {
	color: #DA6827;
	text-decoration: underline;
	border: 0px;
}

a:hover {
	text-decoration: none;
}

.size_24 {
	font-size: 24px;
	line-height: 34px;
}

.size_18 {
	font-size: 18px;
	line-height: 24px;
}

.size_12 {
	font-size: 12px;
}

.green {
	color: #60A143;
}

.black {
	color: #3F4040;
}

#left ul, #left_home ul {
	background-color: #EDEBE4;
	padding: 15px 0 15px 35px;
	margin: 0;
}

#left ul li, #left_home ul li {
	list-style-type: square;
	list-style-image: url(/img/green_square.jpg);
	color: #000000;
	line-height: 25px;
	font-size: 14px;
}

#left, #left_home {
	line-height: 20px;
}

/*from joel and andrew*/
