﻿h1, h2, h3, h4, h5, h6
{
	color: #3B5998;
}

h1,
h1 > a
{
	font-size: 30px !important;
	font-weight: bold !important;
	text-decoration: none;
}

h2,
h2 > a
{
	font-size: 20px !important;
	font-weight: bold !important;
	text-decoration: none;
}

h3,
h3 > a
{
	font-size: 20px !important;
	font-weight: normal !important;
	text-decoration: none;
}


textarea,
input[type="text"],
input[type="password"],
select
{
	-moz-box-sizing: content-box;
	border: 1px solid #BDC7D8;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	padding: 3px;
	
	min-width: 150px;
}

input[type="text"][size]
{
	min-width: 40px;
}

textarea
{
	min-width: 200px;
	min-height: 100px;
}

input[type="checkbox"]
{
	margin: 0 4px 0 4px;
	cursor: pointer;
}


body
{
	margin: 0;
	border: 0;
	padding: 0;
	
	
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 14px;
	color: #333333;
}
body > form
{
	margin: 0;
	border: 0;
	padding: 0;
}



hr
{
	border-color: #627AAD;
	background-color: #627AAD;
}