﻿/*--------------------------------------------------*/

.style_body_color {
	background-color: #E7CFB8;
} 

.style_text_center {
	text-align: center;
}
.style_text_large {
	font-size: large;
}
.style_text_right {
	text-align: right;
}
.style_text_left {
	text-align: left;
}
.style_text_large_right {
	font-size: large;
	text-align: right;
}
.style_text_large_left {
	font-size: large;
	text-align: left;
}
.style_text_large_center {
	text-align: center;
	font-size: large;
}
.style_text_bold {
	font-weight: bold;
}

/*--------------------------------------------------*/
/* based on 150 pixel buttons						*/

ul#my_navlist_3
{
	width: 148px;
	\width: 150px;
	w\idth: 148px;
	padding: 0px;
	border: 1px solid #808080;
	border-top: 0px;
	margin: 0px;
	font: bold 18px verdana,helvetica,arial,sans-serif;
	background: #808080;
}

ul#my_navlist_3 li
{
	list-style: none;
	margin: 0px;
	border: 0px;
	border-top: 1px solid #808080;
}

ul#my_navlist_3 li a
{
	display: block;
	width: 122px;
	\width: 158px;
	w\idth: 122px;
	padding: 4px 8px 4px 8px;
	border: 0px;
	border-left:10px solid #aaaabb;
	background: #ffeedd;
	text-align: left;
}

ul#my_navlist_3 li a:link { color: black; }

ul#my_navlist_3 li a:hover
{
	border-color: #ff9000;
	color: #ffffff;
	background: #000d33;
}

#my_navlist_3 ul a:hover { color: #f00 !important; }

/*--------------------------------------------------*/

#contents
{
	background: #fff;
	border: 1px solid #ccc;
	border-top: none;
	clear: both;
	margin: 0px;
	padding: 15px;
} 
 
 
/*--------------------------------------------------*/
/*--------------------------------------------------*/
