﻿body 
{
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.jpg);
    background-repeat: repeat-y;
    background-position: center;
}

.main 
{
    margin: 0 auto 0 auto;
    width: 804px;
}

.center 
{
	background-image: url(../images/tyle.jpg);
    background-repeat: repeat-y;
}

.panel 
{
	background-image: url(../images/panel_tyle.jpg);
    background-repeat: repeat-y;
}

.panelTop 
{
	background-image: url(../images/panel_top.jpg);
    background-repeat: no-repeat;
}

.panelBottom 
{
	background-image: url(../images/panel_bottom.jpg);
    background-repeat: no-repeat;
    height: 10px;
}

.controlStyle 
{
	 border: solid 1px #1272A5;
	 font-family: Arial;
	 font-size: 11px;
	 color: #000000	
}

.text_black11 
{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

.heading_blue16 
{
	font-family: Arial;
	font-size: 16px;
	color: #1691CB;
	font-weight: bold;
}

.heading_blue20 
{
	font-family: Arial;
	font-size: 20px;
	color: #1691CB;
	font-weight: bold;
}

.text_blue11 
{
	font-family: Arial;
	font-size: 11px;
	color: #1272A5;
}

.text_black10 
{
	font-family: Arial;
	font-size: 10px;
	color: #000000;
}

/*********************************************/
/* Links */

A:link  {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

A:visited  {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

A:hover  {
	font-family: Arial;
	font-size: 11px;
	color: #1272A5;
	text-decoration: none;
}

A.black:link  {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

A.black:visited  {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

A.black:hover  {
	font-family: Arial;
	font-size: 11px;
	color: #1272A5;
	text-decoration: none;
}

A.blue:link  {
	font-family: Arial;
	font-size: 11px;
	color: #1272A5;
	text-decoration: none;
}

A.blue:visited  {
	font-family: Arial;
	font-size: 11px;
	color: #1272A5;
	text-decoration: none;
}

A.blue:hover  {
	font-family: Arial;
	font-size: 11px;
	color: #1272A5;
	text-decoration: none;
}

A.small:link  {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

A.small:visited  {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

A.small:hover  {
	font-family: Arial;
	font-size: 10px;
	color: #1272A5;
	text-decoration: none;
}
