a {
	color: #0067ab;
	text-decoration: underline;
}
a:hover {
	color: black;
	text-decoration: underline;
}


body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000;
	font-size: 12px;
	font-family: arial, verdana, sans-serif;
}


h1, .x1 {
	font-size: 24px;
	font-weight: bold;
	font-family: verdana;
	letter-spacing: -1px;
}
h2, .x2 {
	font-size: 18px;
	font-family: verdana;
	letter-spacing: -1px;
}
h3, .x3 {
	font-size: 18px;
	font-family: verdana;
	letter-spacing: -1px;
}
h4, .x4 {
	font-size: 15px;
	font-family: verdana;
	letter-spacing: -1px;
}
h5, .x5 {
	font-size: 14px;
}
h6, .x6 {
	font-size: 12px;
}
.x7 {
	font-size: 11px;
}
.x8 {
	font-size: 10px;
}
.x9 {
	font-size: 9px;
}


hr {
	margin: 4px 0;
	height: 1px;
	border: 0;
	color: #c8cacc;
	background-color: #c8cacc;
}


li {
	margin-bottom: 2px;
	line-height: 160%;
}


p {
	margin: 14px 8px;
	line-height: 120%;
}


td {
	font: 13px "arial","verdana",sans-serif;
}


ul {
	margin-top: 0;
	margin-bottom: 12px;
	list-style: disc outside url('pix/list_bullet_yellow.gif');
}
ul.red		{ list-style-image: url('pix/list_bullet_red.gif'); }
ul.orange	{ list-style-image: url('pix/list_bullet_orange.gif'); }
ul.yellow	{ list-style-image: url('pix/list_bullet_yellow.gif'); }
ul.green	{ list-style-image: url('pix/list_bullet_green.gif'); }
ul.blue		{ list-style-image: url('pix/list_bullet_blue.gif'); }
ul.indigo	{ list-style-image: url('pix/list_bullet_indigo.gif'); }
ul.violet	{ list-style-image: url('pix/list_bullet_violet.gif'); }
ul.pink		{ list-style-image: url('pix/list_bullet_pink.gif'); }
ul.lime		{ list-style-image: url('pix/list_bullet_lime.gif'); }
ul.silver	{ list-style-image: url('pix/list_bullet_silver.gif'); }



/**
 * start custom classes
*/


img.black_border {
	border: 3px solid black;
}


.code {
	font-family: "courier new", courier, mono;
}


.content_div {
	width: 810px;
	text-align: left;
}


.error {
	color: #f0243a;
	font-weight: bold;
}
.error_box {
	margin: 7px 0;
	padding: 7px;
	color: black;
	background-color: #ffecee;
	border: 1px solid #f4848e;
	text-align: center;
}


.fgc_blue {
	color: #3276d4;
}
.fgc_green {
	color: #00a43e;
}
.fgc_red {
	color: #ec0a0a;
}


#main_quote {
	margin-top: 25px;
	margin-bottom: 5px;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
}
#main_quote_source {
	font-size: 12px;
	font-weight: bold;
	text-indent: 20px;
}

.massive_text {
	margin-top: 25px;
	margin-bottom: 0px;
	font-size: 28px;
	font-weight: bold;
/*	font-family: "Trebuchet MS",sans-serif; */
	font-family: verdana;
	letter-spacing: -2px;
	color: #103c98;
}


.quotes {
	font-size: 120%;
}


.reason_header {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
/*	color: #408a54; */
}
.reason_body {
	padding: 4px;
	border: 1px solid #e8e8da;
	background-color: #f7f7f2;
	color: black;
}


.success {
	color: #3eb656;
	font-weight: bold;
}
.success_box {
	margin: 7px 0;
	padding: 7px;
	color: #1e8d00;
	background-color: #e6fae2;
	border: 1px solid #9acda1;
	text-align: center;
}
.success_box a {
	color: #1e8d00;
}
