﻿body, div, p, h1, h2, h3, h4, ul, li, table
{
	margin:0;
	padding:0;
	border:none;
}

body
{
    background: #2c05f0 url(images/back.jpg);
	font-size:75%;
	font-family: "Tahoma", "Arial";
}
h1
{
    font-size:16pt;
    padding: 20px;
}

h2
{
}

/* Master Page Layout */
#master_body
{
    background: #2c05f0;
	margin: 0 auto 0 auto;
	width: 1200px;
	border: 1px solid #ffffff;
}

.master_head_img
{
    background: url(images/head_back.jpg);
    height: 200px;
    border-bottom: 1px solid #ffffff;
}

.master_head
{
    background: url(images/head_back_bot.jpg);
    height: 200px;
    font-size: 16pt;
    color: #ffffff;
    text-align: center;
    border-bottom: 1px solid #ffffff;
}

.master_head_up
{
    height: 30px;
}

.master_head_med
{
    height: 60px;
}
.master_head_med a
{
    color:#ffffff;
    padding: 3px 5px;
    text-decoration: none;
}
.master_head_med a:hover
{
    color:#000000;
}

.master_head_bot
{
    height: 110px;
    font-size: 14pt;
}
.master_head_bot a
{
    color:#ffffff;
    padding: 7px 5px;
    text-decoration: none;
}
.master_head_bot a:hover
{
    color:#000000;
    padding: 15px 5px;
}

.master_middle
{
    height: 100%;
    font-size: 14pt;
    color: #ffffff;
    text-align: center;
    border-bottom: 1px solid #ffffff;
}

.master_middle_up
{
    height: 30px;
    font-size: 12pt;
}
.master_middle_up a 
{
    color:#000000;    
}
.master_middle_up a:hover 
{
    color: #ffffff;
}

.master_middle_med
{
    height: 100%;
}

.master_middle_med a 
{
    color:#000000;    
}
.master_middle_med a:hover 
{
    color: #ffffff;
}

.master_middle_med_ad
{
}

.master_middle_med_cont
{
    height: 100%;
}

.master_middle_bot
{
    height: 30px;
    font-size: 12pt;
}
.master_middle_bot a 
{
    color:#000000;    
}
.master_middle_bot a:hover 
{
    color: #ffffff;
}

.bottom
{
    height: 35px;
    font-size: 10pt;
    color: #ffffff;
    text-align: center;
}
.bottom a 
{
    color:#000000;
    font-size: 10pt;    
}
.bottom a:hover 
{
    color: #ffffff;
}

.master_bottom
{
   text-align: center; 
}


