﻿@import url(/media/css/framework.css);
@import url(/media/css/menu.css);
@import url(/media/css/Templates.css);

body 
{
	font-family:Arial;
	color:#666;
	font-size:11px;
	overflow:hidden;
	border:none;
	background: white no-scroll no-repeat top center;
}

h1
{
	font-family:Arial;
	font-size:21px;
	color:#f93;
	font-weight:bold;
}
h2
{
	font-size:12px;
	font-weight:bold;
	color:#666;
}
h3
{
	font-size:12px;
	font-weight:bold;
	color:#693;
	margin-bottom:12px;
}

p
{
	margin:0px;
	padding:0px;
	color:#666;
	font-size:12px;
}

a
{
	color:#693;
	text-decoration:none;
}
.green
{
	color:#693;
}
img
{
	border:none;
}