﻿body
{
	background: #B4B4B4 url(images/body_bg.gif) repeat left top;
	font-family: Tahoma;
	font-size: 14px; 
	margin-top: -1px;
}

.width
{
	width:100%;
}

.widthHeight
{
	width:100%;
	height:100%;
}

.headerCell
{
	min-width: 700px;
	height: 148px;
	padding: 0px 10px 0px 10px; 
}

.headerBorder
{
	border: 1px solid #0F2543;
	height: 148px;	
}

.headerLogo
{
	width: 160px;
	background: #2B3E7E url(images/sseu.png) no-repeat left top;
}

.headerText
{
	text-align: center;
	vertical-align: middle;
	background: #2B3E7E url(images/top.png) repeat-y left top;
	color: #FFF;
	font-family: Bookman Old Style, Times New Roman;
	font-size: 30px;
	font-style: italic;	 	
}

.contentCell
{
	vertical-align:top;
	padding: 6px 10px 0 10px;
}

.master_content
{
	border: 1px solid #0F2543;
	background: #EBEBEB;
	padding: 20px 20px 20px 20px;
}

.masterBottom
{
    color: #333;
    font-size: 11px;
    text-align:center;
    line-height: 1.5em;
    padding-top: 10px;
}

.contentHeaderText
{
	font-size: 17px;	 
	text-align: center; 
	margin: 0px 0px 10px 0px;
}

.contentHeaderTextSmall
{
	font-size: 14px; 
	font-weight: bold;
	text-align: center; 
	margin: 0px 0px 10px 0px;
}

.text
{
	text-align: justify;
	font-size: 13px;
}

.textComment
{
    text-align: center;
    font-size: 13px;
    color: #575757;
}

.textCommentSmall
{
    font-size: 11px;
    color: #575757;
}
    
.link
{
	color: #5A83D0;
	text-decoration: none;
}

.link:hover
{
    color: #2E3B7E;
    text-decoration: underline;
}