/* CSS Document */

/*************************** PAGE ITEMS ******************************/

.border_table {
	border: 1px solid #666666;
}

.main_td {
	background:  url(images/bg.gif);
}

BODY {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.right_section {
	background: #131313;
	padding: 5px;
}

.middle_section {
	background: #434343;
	padding: 5px;
}

.light_color {
	background: #ffffff;    /***************** COLOR CHANGE ******************/
	padding: 5px;
	width: 200px;
}

.motto_area {
	background: #ffffff url(images/slogan_area.gif) top right no-repeat;
}

.menu_area {
	background:  url(images/menu_area.gif) repeat-x;
	height: 35px;
}

.link_area {
	height: 30px;
}

.bottom_area {
	padding-top: 15px;
}

.main {
	padding: 5px;
}


A:link {
	color: #ffffff;		/******************* COLOR CHANGE *******************/
	font-weight: normal;
	text-decoration: underline;
	background: none;
}

A:visited {
	color: #ffffff;		/******************* COLOR CHANGE *******************/
	font-weight: normal;
	text-decoration: underline;
	background: none;
}

A:active {
	color: #cccccc;		/******************* COLOR CHANGE *******************/
	text-decoration: none;
	font-weight: normal;
	background: none;
}

A:hover {
	color: #cccccc;		/******************* COLOR CHANGE *******************/
	text-decoration: none;
	font-weight: normal;
	background: none;
}

.title {
	color: #84C43F;		/******************* COLOR CHANGE *******************/
}