﻿.body
{
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    font-family: Trebuchet MS, Verdana, Sans-Serif;
}
a
{   
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
#MenuWrapper a:hover
{
    text-decoration: none;
}
.home_top
{
    font-family: Lucida Sans Unicode, Lucida Sans, Trebuchet MS, Verdana, Sans-Serif;
    font-size: 22px;
    color: #FFFFFF;
    background-color: #3366CC;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}
.home_bottom
{
    font-size: 10px;
    color: #FFFFFF;
    background-color: #3366CC;
}
.home_left
{
    font-family: Lucida Sans Unicode, Lucida Sans, Trebuchet MS, Verdana, Sans-Serif;
    height: 90px;
    padding-left: 10px;
    font-size: 35px;
    font-weight: 900;
    text-align: left;
    vertical-align: bottom;
    background-repeat: no-repeat;
    background-position: left, top;
}
.home_right
{
    padding-right: 10px;
    font-size: 12px;
    text-align: right;
    vertical-align: top;
    color: #FFFFFF;
}

.home_placeholder_table
{
    width: 90%;
    margin-bottom: 3px;
    margin-top: 3px;
    margin-left: 3px;
    margin-right: 3px;
    background-color: #FFFFFF;
    border-top: 3px;
    border-top-color: #C2C2C2;
    border-top-style: solid;
    border-right: 1px;
    border-right-color: #C2C2C2;
    border-right-style: solid;
    border-bottom: 3px;
    border-bottom-color: #C2C2C2;
    border-bottom-style: solid;
    border-left: 1px;
    border-left-color: #C2C2C2;
    border-left-style: solid;
}





.content_top
{
    font-size: 50px;
    font-weight: 900;
    color: White;
    vertical-align: bottom;
    padding-right: 10px;
    
}
.content_hyperlinkpanel
{
    vertical-align: text-top;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}


.img_small
{
	border-left-color: #FFDEB1; 
	border-left-style: solid;	
	border-left-width: 2px;	
	border-right-color: #FFDEB1; 
	border-right-style: solid;
	border-right-width: 2px;
	border-top-color: #FFDEB1; 
	border-top-style: solid; 
	border-top-width: 2px; 
	border-bottom-color: #FFDEB1; 
	border-bottom-style: solid; 
	border-bottom-width: 2px;
	width: 120px;
}
.img_album
{
	border-left-color: white;
	border-left-style: solid;	
	border-left-width: 2px;
	border-right-color: white;
	border-right-style: solid;	
	border-right-width: 2px;
	border-top-color: white;
	border-top-style: solid;	
	border-top-width: 2px;
	border-bottom-color: white;
	border-bottom-style: solid;	
	border-bottom-width: 2px;
}


.login_table
{
    font-size: 12px;
	border-style: solid;
	border-width: 1px;
	border-color: Black;
}


.text_small
{
    font-size: 10px;
}
.text_small_white
{
    font-size: 10px;
    color: White;
}
.text_small_bold
{
    font-size: 10px;
    font-weight: bold;
}
.text_minor
{
    font-size: 11px;
}
.text_minor_bold
{
    font-size: 11px;
    font-weight: bold;
}
.text_minor_white
{
    font-size: 11px;
    color: White;
}
.text_normal
{
    font-size: 12px;
}
.text_normal_bold
{
    font-size: 12px;
    font-weight: bold;
}
.text_normal_white
{
    font-size: 12px;
    color: White;
}
.text_normal_white_bold
{
    font-size: 12px;
    color: White;
    font-weight: bold;
}
.text_major
{
    font-size: 14px;
}
.text_major_bold
{
    font-size: 14px;
    font-weight: bold;
}
.text_large
{
    font-size: 16px;
}
.text_extra_large
{
    font-size: 20px;
}
