﻿a
{
    color: #EF3E42;
    text-decoration: none;
}

a:hover
{
    color: #569FD3;
    text-decoration: none;
}

.Text
{
    font-family: Verdana;
    color: #5b6064;    
    font-size: 8pt;
    line-height: 150%;
}

.Text_Block
{
    font-family: Verdana;
    color: #5b6064;    
    font-size: 8pt;
    line-height: 150%;
    text-align: justify;
}

.Large_Text 
{
    font-family: Verdana;
    color: #5b6064;    
    font-size: 10pt;
    line-height: 150%;
    font-weight: bold;
}



.Small_Header
{
    font-family: Georgia, Times;
    color: #569FD3;    
    font-size: 14pt;
}

.Large_Header
{
    font-family: Georgia, Times;
    color: #569FD3;    
    font-size: 18pt;
}

.frame_header
{
    background-image: url(images/frame_border_bg.gif);
    background-position: top;
    background-repeat:repeat-x;
    vertical-align: top;
    width: 100%;
    font-family: Georgia, Times;
    color: #569FD3;    
    font-size: 12pt;
    padding-top: 7px;
    
}

.frame_content
{
	width: 100%;
	height: 100%;
	padding: 15px;
    font-family: Verdana;
    color: #5b6064;    
    font-size: 8pt;	
    vertical-align: top;  
    line-height: 150%;  
}



#selectlanguage
{ 
	float: right;
	height:25px;
	padding:0;
	margin:0;
	line-height:25px;
	padding-right:20px;
	font-size:11px;
}
#selectlanguage ul
{ 
	padding:0;
	margin:0;
}
#selectlanguage li
{ 
	padding:0;
	margin:0;
	float: right;
	list-style:none;
	color:#5B6064;
}
#selectlanguage li.selected
{ 
	background: url(../../images/language_selected_left.gif) no-repeat top left;
	height: 25px;
	margin-right:10px;
}
#selectlanguage li a
{ 
	padding:0;
	margin:0;
	padding:6px 10px 5px 10px;
	color:#5B6064;
}
#selectlanguage li.selected a
{ 

	background: url(../../images/language_selected_right.gif) no-repeat right top;

}
#selectlanguage li a:hover
{ 
	color:black;
}

.topborder
{
	background: url(../../images/design/top_border_top2.gif) no-repeat;
	height:26px;
}
