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

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

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

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

p { text-align: left; } 

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

.m_text
{
font-family: arial;
font-size: 12px;
color: #484848;
}

.m_text_bold
{
font-family: arial;
font-size: 12px;
font-weight: bold;
color: #484848;
}

.title
{
font-family: arial;
font-size: 18px;
font-weight: bold;
color: #003366;
}

.title_medium
{
font-family: arial;
font-size: 18px;
font-weight: bold;
color: #484848;
}

.large_title
{
font-family: arial;
font-style: italic;
font-size: 24px;
font-weight: bold;
color: #ff9900;
}

.small_title
{
font-family: arial;
font-size: 12px;
font-weight: bold;
color: #003366;
}

.small_title_orange
{
font-family: arial;
font-size: 12px;
font-weight: bold;
color: #da561c;
}

.textarea_input { 
 color: #000000; 
 font-family: arial;
 border: 1px solid #484848;
 font-size: 12px;
 width: 250px;
}

.textarea_comments { 
 color: #000000; 
 font-family: arial;
 border: 1px solid #484848;
 font-size: 12px;
 width: 550px;
 height: 200px;
}

.buttons { 
 background-color: #484848; 
 color: #ffffff;
 font-family: arial;
 border: 1px solid #000000;
 font-size: 12px;
 width: 100px;
 height: 25px;
}