@charset "utf-8";
/* CSS Document */

body
{ 
background-image: 
url('images/bg.jpg');
background-repeat: repeat-x;
background-color: #999999;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
}

a:link {font-family: arial; font-size: 12px; color: #336699; text-decoration: none}
a:visited {font-family: arial; font-size: 12px; color: #336699; text-decoration: none}
a:active {font-family: arial; font-size: 12px; color: #336699; text-decoration: none}
a:hover {font-family: arial; font-size: 12px; color: #336699; text-decoration: underline;}

.nav:link {font-family: arial; font-size: 16px; font-weight: bold; color: #ffffff; text-decoration: none}
.nav:visited {font-family: arial; font-size: 16px; font-weight: bold; color: #ffffff; text-decoration: none}
.nav:active {font-family: arial; font-size: 16px; font-weight: bold; color: #ffffff; text-decoration: none}
.nav:hover {font-family: arial; font-size: 16px; font-weight: bold; color: #ff9900; text-decoration: none;}

.bot_nav:link {font-family: arial; font-size: 10px; color: #333333; text-decoration: none}
.bot_nav:visited {font-family: arial; font-size: 10px; color: #333333; text-decoration: none}
.bot_nav:active {font-family: arial; font-size: 10px; color: #333333; text-decoration: none}
.bot_nav:hover {font-family: arial; font-size: 10px; color: #ffffff; text-decoration: none;}

.blog_link:link {font-family: arial; font-size: 10px; color: #336699; text-decoration: none}
.blog_link:visited {font-family: arial; font-size: 10px; color: #336699; text-decoration: none}
.blog_link:active {font-family: arial; font-size: 10px; color: #336699; text-decoration: none}
.blog_link:hover {font-family: arial; font-size: 10px; color: #336699; text-decoration: none;}

.nav_static
{
font-family: arial;
font-size: 16px;
color: #ffffff;
}

.nav_static_selected
{
font-family: arial;
font-size: 16px;
font-weight: bold;
color: #ff9900;
}

.bot_nav_static
{
font-family: arial;
font-size: 10px;
color: #333333;
}


.m_text_med
{
font-family: arial;
font-size: 12px;
color: #333333;
}

.m_text_small
{
font-family: arial;
font-size: 10px;
color: #333333;
}

.m_title_large
{
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	text-align: center;
}

.m_title_med
{
	font-family: arial;
	font-size: 12px;
	color: #333333;
}#m_text_red {
	color: #F00;
}
#m_text_green {
	color: #90BF57;
}
