﻿* 
{
	/*universal to reset the margins and padding*/
	margin: 0;
	padding: 0;
}
html 
{
	overflow-y: scroll;
	overflow-x: hidden;
}

body 
{
	/*setup the fonts*/
	font-family:Calibri, Helvetica, Arial, Sans-Serif;
	font-size:12pt;
	color:#333;
	
	/*center the elements*/
	text-align:center;
	margin:auto;
	/*background*/
	background-image:url(../../../Resources/img/background.png);
	background-position:center center;
	background-repeat:repeat-y;
}

a
{
	color:#990000;
	text-decoration:none;	
}

a:hover
{
	cursor:pointer;
}

a:hover
{
	color:#990000;
	text-decoration:underline;
}

.block
{
	padding-bottom:15px;
	/*padding-left:20px;
	padding-right:15px;*/
	font-size:0.9em;
	line-height:1.3em;
}

h1, h2
{
	font-family: Cambria, Palatino Linotype, Times New Roman, Serif;
}

h1
{
	font-size:1.3em;
}

h2
{
	font-size:1em;
	font-style:oblique;
	font-weight:normal;
	
}

img
{
	width:auto;
	height:auto;
}
