﻿.bg_2 
{
	background-image: url(../Images/background.jpg);
}
.bg_1
{
	background-image: url(../Images/bgHead.jpg);
	background-repeat: repeat-x;
}

a
{
	font-family:Arial;
	text-decoration:none;
	font-size:8pt;
	color:Orange;
	font-weight:bold;
}
a:hover
{
	text-decoration:underline;
}

.title
{
	font-family:Arial;
	color:Orange;
	font-weight:bold;
	font-variant:small-caps;
	font-size:12pt;	
}
.smallTitle
{
	font-weight:bold;
	font-family:Arial;
	color:Orange;
	font-size:9pt;	
}
.text
{
	font-family: Arial;
	text-align: justify;
	font-size:8pt;
	line-height:15pt;
	color:#6e6e70;
	
}