﻿body
{
	font-family: Tahoma, Verdana;
	font-size: 14px;
	background-image: url(images/back.jpg);
	line-height: 18px;
}

a
{
	color: Black;
}

ul
{
	padding: 0px;
	margin: 0px;
}

img
{
	border: none;
}

.header
{
	font-weight: bold;
	font-variant: small-caps;
	font-size: 40px;
	text-align: center;
	margin-bottom: 10px;
	line-height: 40px;
}

.menu
{
	font-size: 14px;
	text-align: center;
	margin-top: 5px;
}

.content
{
	font-family: Tahoma, Verdana;
	height: 525px;
}

.footer
{
	margin-top: 10px;
	margin-right: 40px;
	text-align: right;
}

.credentials
{
	text-align: right;
	font-size: 12px;
	margin-right: 40px;	
}

.roundedcorners_topleft
{
	width: 40px;
	height: 40px;
	background-image: url(images/topleft.png);
}
.roundedcorners_top, .roundedcorners_bottom, .roundedcorners_content
{
	background-color: White;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.roundedcorners_topright
{
	width: 40px;
	height: 40px;
	background-image: url(images/topright.png);
}
.roundedcorners_bottomleft
{
	width: 40px;
	height: 40px;
	background-image: url(images/bottomleft.png);
}
.roundedcorners_bottomright
{
	width: 40px;
	height: 40px;
	background-image: url(images/bottomright.png);
}

