/* ============================================================*/
/* -------------------->>> GLOBAL TAGS <<<---------------------*/
/* -----------|  These are the default HTML tags  |------------*/
/* ============================================================*/

body {
	margin: 0 auto;
	margin-bottom: 20px;
	background: #252525 url(bg.jpg) repeat-x top center;
}

p {
	margin: 10px 20px 0px 20px;
	padding: 0px 0px 15px 0px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	line-height: 18px;
	color: #444444;
}

a {
	color: #6b7c8f;
	text-decoration: none;
}

a:hover {
	color: #6693c5;
	text-decoration: underline;
}

a:active {
	color: #6693c5;
	text-decoration: underline;
}

a:visited {
	color: #6b7c8f;
	text-decoration: none;
}

a:visited:hover {
	color: #6693c5;
	text-decoration: underline;
}

h1 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	margin: 0px 0px 0px 20px;
	padding: 0px 2px 0px 2px;
	background: url(post_title-bg.gif) repeat-x bottom left;
	display: inline;
	color: #565f68;
}

h1 a {
	color: #565f68;
	text-decoration: none;
}

h1 a:hover {
	color: #bb5555;
	text-decoration: none;
}

h1 a:active {
	color: #bb5555;
	text-decoration: none;
}

h1 a:visited {
	color: #565f68;
	text-decoration: none;
}

h1 a:visited:hover {
	color: #bb5555;
	text-decoration: none;
}

h1.header-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #ffffff;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	margin: 0px 0px -7px 0px;
	padding: 5px 0px 0px 0px;
	color: #565f68;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	margin: 0px 0px -7px 0px;
	padding: 5px 0px 0px 0px;
	color: #444444;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	margin: 0px 0px -7px 0px;
	padding: 5px 0px 0px 5px;
	color: #444444;
}

h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	margin: 0px 0px -7px 0px;
	padding: 5px 0px 0px 0px;
	color: #444444;
}

ol, ul, li, dl, dt, dd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	color: #444444;
}

/* =================================================================*/
/* -------------------->>> UNIQUE PAGE TAGS <<<---------------------*/
/* -------|  These are the unique customizable site tags  |---------*/
/* =================================================================*/

#header-main {
	width: 900px;
	height: 154px;
	margin: 0 auto;
	background: url(header_donbrashear.jpg) no-repeat bottom left;
}

/*------------*/

#menu-layer {
	width: 100%;
	left: 0;
	height: 26px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 129px;
}

#menu-holder {
	width: 900px;
	height: 26px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#menu {
	width: 820px;
	height: 26px;
	margin: 0px 7px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
}

#menu-end {
	width: 10px;
	height: 26px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
}

#menu-content {
	height: 26px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	background: url(menu_bg.gif) repeat-x top center;
	vertical-align: text-bottom;
	float: right;
}

#menu-txt {
	height: 1px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*------------*/

#bodymain {
	width: 904px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	display: table;
	clear: both;
}


#bodymain-container-top {
	width: 904px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	background: url(bodymain_main-top.png) no-repeat top center;
	float: left;
}
#bodymain-container-main {
	width: 904px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(bodymain_main-bg.gif) repeat-y top center;
	float: left;
}
#bodymain-container-bot {
	width: 904px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 12px 0px;
	background: url(bodymain_main-bot.png) no-repeat bottom center;
	position: relative;
	float: left;
}


#body-main {
	width: 902px;
	margin: 0 auto;
}

/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/


#body {
	width: 902px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	display: table;
	clear: both;
}


#body-container-top {
	width: 625px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*background: #ecf5ff url(body_main-top2.gif) no-repeat top center;*/
	float: left;
}
#body-container-main {
	width: 624px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 1px;
	/*background: url(body_main-bg.gif) repeat-y top center;*/
	float: left;
}
#body-container-bot {
	width: 625px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*background: url(body_main-bot.gif) no-repeat bottom center;*/
	position: relative;
	float: left;
}


#post-title-container {
	width: 620px;
	margin: 12px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(body_main_title-bg.gif) repeat-x top left;
}
#post-title-container2 {
	width: 300px;
	margin: 12px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(body_main_title-bg.gif) repeat-x top left;
}

#post-title {
	width: 620px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*background: url(dotline-3px.gif) repeat-x bottom left;*/
}
#post-title2 {
	width: 300px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*background: url(dotline-3px.gif) repeat-x bottom left;*/
}

#post-info {
	width: 620px;
	margin: 0px 0px 0px 5px;
	padding: 5px 0px 0px 0px;
	/*background: url(dotline-3px.gif) repeat-x bottom left;*/
}
#post-info2 {
	width: 300px;
	margin: 0px 0px 0px 5px;
	padding: 5px 0px 0px 0px;
	/*background: url(dotline-3px.gif) repeat-x bottom left;*/
}

#post-body {
	width: 580px;
	margin: 0px 0px 0px 25px;
	padding: 5px 0px 0px 0px;
	display: table;
	text-align: left;
	float: left;
	clear: both;
}
#post-body2 {
	width: 280px;
	margin: 0px 0px 0px 25px;
	padding: 5px 0px 0px 0px;
	display: table;
	text-align: left;
	float: left;
	clear: both;
}

#post-body p {
	margin: 0px 0px 0px 0px;
}
#post-body2 p {
	margin: 0px 0px 0px 0px;
}

#post-footer-top {
	width: 575px;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	background: #eaeaea url(dotline-3px2.gif) repeat-x bottom center;
	float: left;
}
#post-footer-top2 {
	width: 280px;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	background: #eaeaea url(dotline-3px2.gif) repeat-x bottom center;
	float: left;
}

#post-footer-bot {
	width: 575px;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 4px 0px;
	background: url(dotline-3px2.gif) repeat-x top center;
	position: relative;
	float: left;
}
#post-footer-bot2 {
	width: 280px;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 4px 0px;
	background: url(dotline-3px2.gif) repeat-x top center;
	position: relative;
	float: left;
}

#post-footer-left {
	float: left;
	text-align: left;
	margin-left: 5px;
}

#post-footer-right {
	float: right;
	text-align: right;
	margin-right: 5px;
}

#post-footer-right img {
	margin: 0px 5px -5px 0px;
	padding: 0px 0px 0px 0px;
}

#post-div {
	width: 620px;
	height: 42px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(post_divider.gif) no-repeat bottom left;
	clear: both;
}

#bread-crumbs-container {	
	width: 624px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 1px 0px;
	background: url(dotline-3px2.gif) repeat-x bottom left;
	clear: both;
}

#bread-crumbs {	
	width: 624px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	background: #ffffff url(nav_bg.png) repeat-y bottom left;
	clear: both;
}

#body-bar {
	width: 620px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 15px;
	clear: both;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	line-height: 18px;
	color: #444444;
}

#body-bar p {
	margin: 0px 0px 0px 0px;
}

#body-bar2 {
	width: 580px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 15px;
	clear: both;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	line-height: 18px;
	color: #444444;
}

#body-bar2 p {
	margin: 0px 0px 0px 0px;
}

#adsense {
	width: 580px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	display: table;
	text-align: left;
	float: left;
}

/*------------*/

#body-comments {
	width: 624px;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 5px 0px;
	background: url(divider_01.gif) repeat-x top center;
	clear: both;
}

#body-comments #body-bar {
	width: 580px;
}

#body-comments-post {
	width: 624px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	background: url(dotline-2px.gif) repeat-x top center;
	clear: both;
}

.comment-list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	margin: 10px 0px 10px 15px;
	padding: 3px 0px 0px 0px;
	line-height: 22px;
	list-style: none;
	color: #555555;
}

.comment-list li {
	padding: 10px 0px 0px 0px;
	background: url(dotline-3px.gif) repeat-x bottom center;
}

.comment-list li div.content {
	padding: 5px 0px 10px 15px;
}

.comment-list li span.author {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	margin: 0px 0px -7px 0px;
	padding: 5px 0px 0px 5px;
	color: #4c698a;
}

.comment-list li span.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	margin: 10px 0px 10px 5px;
	padding: 3px 0px 0px 0px;
	line-height: 22px;
	list-style: none;
	color: #999999;
}

#comment_tbl tr td {
	border: 1px solid #ffffff;
}

#comment_tbl tr td.title {
	background: #eaeaea;
	border-right: 1px dashed #cccccc;
}

#comment_tbl tr td.label {
	background: #f5f5f5;
}

/*------------*/

#sidebar-box1-top {
	width: 275px;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 0px 0px;
	background: #940000 url(sidebar2-top.gif) no-repeat top center;
	display: table;
	clear: both;
}
#sidebar-box1-main {
	width: 275px;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 0px 0px;
	background: /*url(sidebar_box2-bg.gif) repeat-y top center*/;
}
#sidebar-box1-bot {
	width: 275px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 7px 0px;
	background: url(sidebar2-bot.gif) no-repeat bottom center;
	position: relative;
}


#sidebar-box2-top {
	width: 275px;
	margin: 0px 0px 4px 0px;
	padding: 14px 0px 0px 0px;
	background: url(sidebar1-top.gif) no-repeat top center;
	display: table;
	clear: both;
}
#sidebar-box2-main {
	width: 275px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	background: url(sidebar1-bg.gif) repeat-y top center;
}
#sidebar-box2-bot {
	width: 275px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 14px 0px;
	background: url(sidebar1-bot.gif) no-repeat bottom center;
	position: relative;
}


#sidebar-block {
	width: 275px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	clear: both;
}

#sidebar-title1 {
	width: 260px;
	height: 26px;
	margin: 4px 0px 0px 2px;
	padding: 0px 0px 0px 0px;
	background: url(sidebar2-arrow.png) no-repeat top left;
	clear: both;
}

#sidebar-title2 {
	width: 260px;
	height: 19px;
	margin: 0px 0px 0px 11px;
	padding: 0px 0px 0px 0px;
	background: url(sidebar1-arrow.gif) no-repeat top left;
	clear: both;
}

#sidebar-txt {
	width: 170px;
	margin: 0px 0px 0px 15px;
	padding: 2px 0px 3px 0px;
	line-height: 18px;
	clear: both;
}

#sidebar-txt2 {
	width: 205px;
	margin: 0px 0px 0px 40px;
	padding: 2px 0px 30px 0px;
	line-height: 18px;
	clear: both;
}

#sidebar-txt3 {
	width: 160px;
	margin: 0px 0px 0px 15px;
	padding: 2px 0px 30px 0px;
	text-align: center;
	clear: both;
}

#sidebar-txt4 {
	width: 205px;
	margin: 0px 0px 0px 40px;
	padding: 12px 0px 15px 0px;
	line-height: 18px;
	clear: both;
}

#sidebar-txt5 {
	width: 215px;
	margin: 0px 0px 0px 25px;
	padding: 10px 0px 0px 0px;
	line-height: 18px;
	clear: both;
}


/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

#footer-block {
	width: 904px;
	margin: 0 auto;
	padding: 8px 0px 0px 0px;
	clear: both;
}

#footer-container-top {
	width: 904px;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	background: url(footer-top.png) no-repeat top center;
	float: left;
}

#footer-container-main {
	width: 904px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(footer-bg.gif) repeat-y top center;
	float: left;
}

#footer-container-bot {
	width: 904px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 12px 0px;
	background: url(footer-bot.png) no-repeat bottom center;
	position: relative;
	float: left;
}

#footer-text-container {
	width: 900px;
	margin: 0px 0px 0px 2px;
	padding: 5px 0px 0px 0px;
	background: url(dotline-3px.gif) repeat-x top left;
}

#footer-text {
	width: 900px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	background: url(dotline-3px.gif) repeat-x bottom left;
}

/* ===============================================================*/
/* -------------------->>> MISC FONT TAGS <<<---------------------*/
/* ------|  These are the miscellaneous custom font tags  |-------*/
/* ===============================================================*/

.main {
	margin: 10px 20px 0px 20px;
	padding: 0px 0px 15px 0px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	line-height: 18px;
	color: #444444;
}

.main a {
	color: #6b7c8f;
	text-decoration: none;
}

.main a:hover {
	color: #6693c5;
	text-decoration: underline;
}

.main a:active {
	color: #6693c5;
	text-decoration: underline;
}

.main a:visited {
	color: #6b7c8f;
	text-decoration: none;
}

.main a:visited:hover {
	color: #6693c5;
	text-decoration: underline;
}

/*------------*/

.main_sidebar {
	margin: 10px 20px 0px 0px;
	padding: 0px 0px 5px 0px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	line-height: 18px;
	color: #444444;
}

.main_sidebar a {
	color: #940000;
	text-decoration: none;
}

.main_sidebar a:hover {
	color: #ff0000;
	text-decoration: underline;
}

.main_sidebar a:active {
	color: #ff0000;
	text-decoration: underline;
}

.main_sidebar a:visited {
	color: #940000;
	text-decoration: none;
}

.main_sidebar a:visited:hover {
	color: #ff0000;
	text-decoration: underline;
}

/*------------*/

.header-desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	line-height: 18px;
	color: #f1f1f1;
}

/*------------*/

.bread-crumbs {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	vertical-align: text-top;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	line-height: 15px;
	color: #8e8e8e;
}

/*------------*/

.post-info {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	vertical-align: text-top;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	line-height: 18px;
	color: #8e8e8e;
}

.post-info a {
	color: #6b7c8f;
	text-decoration: none;
}

.post-info a:hover {
	color: #6693c5;
	text-decoration: underline;
}

.post-info a:active {
	color: #6693c5;
	text-decoration: underline;
}

.post-info a:visited {
	color: #6b7c8f;
	text-decoration: none;
}

.post-info a:visited:hover {
	color: #6693c5;
	text-decoration: underline;
}

/*------------*/

.post-footer {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	line-height: 18px;
	color: #8e8e8e;
}

.post-footer a {
	color: #6b7c8f;
	font-weight: bold;
	text-decoration: none;
}

.post-footer a:hover {
	color: #6693c5;
	font-weight: bold;
	text-decoration: underline;
}

.post-footer a:active {
	color: #6693c5;
	font-weight: bold;
	text-decoration: underline;
}

.post-footer a:visited {
	color: #6b7c8f;
	font-weight: bold;
	text-decoration: none;
}

.post-footer a:visited:hover {
	color: #6693c5;
	font-weight: bold;
	text-decoration: underline;
}

.post-footer a.comments {
	color: #8f6b6b;
	font-weight: bold;
	text-decoration: none;
}

.post-footer a.comments:hover {
	color: #cd5555;
	font-weight: bold;
	text-decoration: underline;
}

.post-footer a.comments:active {
	color: #cd5555;
	font-weight: bold;
	text-decoration: underline;
}

.post-footer a.comments:visited {
	color: #8f6b6b;
	font-weight: bold;
	text-decoration: none;
}

.post-footer a.comments:visited:hover {
	color: #cd5555;
	font-weight: bold;
	text-decoration: underline;
}


/*------------*/

.sidebar-title1 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	line-height: 27px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 29px;
	color: #ffffff;
}

.sidebar-title1 a {
	color: #2a588f;
	text-decoration: none;
}

.sidebar-title1 a:hover {
	color: #2a588f;
	text-decoration: none;
}

.sidebar-title1 a:active {
	color: #2a588f;
	text-decoration: none;
}

.sidebar-title1 a:visited {
	color: #2a588f;
	text-decoration: none;
}

/*------------*/

.sidebar-title2 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	line-height: 21px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 25px;
	color: #940000;
}

.sidebar-title2 a {
	color: #940000;
	text-decoration: none;
}

.sidebar-title2 a:hover {
	color: #940000;
	text-decoration: none;
}

.sidebar-title2 a:active {
	color: #940000;
	text-decoration: none;
}

.sidebar-title2 a:visited {
	color: #940000;
	text-decoration: none;
}

/*------------*/

.sidebar-list {
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
	list-style: none;
	color: #d49999;
}

.sidebar-list li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	line-height: 22px;
	color: #d49999;
}

.sidebar-list a {
	color: #d49999;
	text-decoration: none;
}

.sidebar-list a:hover {
	color: #ffffff;
	text-decoration: none;
}

.sidebar-list a:active {
	color: #ffffff;
	text-decoration: none;
}

.sidebar-list a:visited {
	color: #d49999;
	text-decoration: none;
}

.sidebar-list a:visited:hover {
	color: #ffffff;
	text-decoration: none;
}


.sidebar-list2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	margin: 0px 0px 0px 12px;
	padding: 3px 0px 0px 0px;
	line-height: 22px;
	list-style: none;
	color: #555555;
}

.sidebar-list2 li {
	list-style-image: url(arrow_04.gif);
}

.body-list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	margin: 10px 0px 10px 15px;
	padding: 3px 0px 0px 0px;
	line-height: 22px;
	list-style: none;
	color: #555555;
}

#body-list #body-bar {
	width: 630px;
}

.body-list li {
}

.body-list li.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
	margin: 0px 0px -7px 0px;
	padding: 5px 0px 0px 5px;
	color: #555555;
}

.body-list li.date a {
	text-decoration: underline;
}

.body-list2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	margin: 0px 0px 0px 25px;
	padding: 3px 0px 0px 0px;
	line-height: 22px;
	list-style: none;
	color: #555555;
}

#body-list2 #body-bar {
	width: 630px;
}

.body-list2 li {
	border-bottom: 1px dotted #ccc;
}

.body-list2 li.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 6px 0px;
	list-style-image: url(arrow_03.gif);
	color: #2a588f;
}

.body-list3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	margin: 0px 0px 0px 25px;
	padding: 3px 0px 0px 0px;
	line-height: 22px;
	list-style: none;
	color: #555555;
}

.body-list3 li.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: left;
	text-decoration: none;
	margin: 0px 0px -7px 0px;
	padding: 5px 0px 0px 5px;
	color: #555555;
}

.body-list3 li.date a {
	text-decoration: none;
}

.body-list3 li.date a:hover {
	text-decoration: underline;
}

/*------------*/

.footer-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	color: #777777;
}

/*------------*/

.cloud {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	color: #d49999;
}

.cloud a {
	color: #d49999;
	text-decoration: none;
}

.cloud a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.cloud a:active {
	color: #ffffff;
	text-decoration: underline;
}

.cloud a:visited {
	color: #d49999;
	text-decoration: none;
}

.cloud a:visited:hover {
	color: #ffffff;
	text-decoration: underline;
}

/*------------*/

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: right;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: text-top;
	line-height: 28px;
	color: #aaaaaa;
}

.menu a {
	color: #3f3f3f;
	text-decoration: none;
	font-weight: normal;
}

.menu a:hover {
	color: #923535;
	text-decoration: none;
	font-weight: normal;
}

.menu a:active {
	color: #923535;
	text-decoration: none;
	font-weight: normal;
}

.menu a:visited {
	color: #3f3f3f;
	text-decoration: none;
	font-weight: normal;
}

.menu a:visited:hover {
	color: #923535;
	text-decoration: none;
	font-weight: normal;
}

.divider {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: text-top;
	line-height: 14px;
	color: #bbbec8;
}

/*------------*/


