﻿.main_staticstyle
{
	font-family: tahoma;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	padding-right:10px;
	padding-left:0px;
	padding-bottom:6px;
	padding-top:0px;
}

.main_style
{
    width:700px;
    margin-left:45px;
    }

.main_staticstyle:hover
{
	color: #fff;
	text-decoration: underline;
}

.main_dynamicstyle
{
	padding:5px 5px 5px 5px;
	border-style: inset;
	border-width: 0px;
	border-color:#fff;
	font-family: tahoma;
	background-color: #B10304;
	font-size: 9px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

.main_dynamicstyle:hover
{
	color: #B10304;
	background-color:#fff;

}

.main_dynamicstyle:hover a
{
	color: #B10304;
	background-color:#fff;
}

/*Top*/

.top_staticstyle
{
	padding: 0px 3px 0px 3px;
	font-family: tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #666666;
}

.top_statichoverstyle
{
	color: #C0C0C0;
	background-color:#fff;
}

.top_dynamicstyle
{
	margin: 0px 2px 0px 0px;
	border: thin ridge #C0C0C0;
	padding: 5px 14px 14px 5px;
	color: #f6f2e9;
	font-size: 12px;
	font-family: tahoma;
	background-color: #c4bfb1;
}

.top_dynamichoverstyle
{
	 color:#c4bfb1;
	 background-color: #f6f2e9; 
}

/*Bottom*/
.bottom_staticstyle
{
	font-family: tahoma;
	font-size: 11px;
	text-decoration: none;
	font-weight: none;
	color: #eeebe2;
	padding-left: 5px;
}

.bottom_statichovertyle
{
	font-family: tahoma;
	font-size: 11px;
	text-decoration: none;
	font-weight: none;
	color: #5e574f;
	padding-left: 5px;
}

.bottom_dynamicstyle
{
	margin: 0px 2px 0px 0px;
	border: thin ridge #C0C0C0;
	padding: 5px 14px 14px 5px;
	color: #f6f2e9;
	font-size: 12px;
	font-family: tahoma;
	background-color: #c4bfb1;
}

.bottom_dynamichoverstyle
{
	 color:#c4bfb1;
	 background-color: #f6f2e9; 
}

