﻿
/*

Color Schema

Grey:  #313131;
LGrey: #666;
Pink:  #DD0067;

*/
body, legend 
{
	font-family: "Segoe UI", Frutiger, Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif;
}

input
{
	font-family: "Segoe UI", Frutiger, Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif;
}

h1, h1 a, .h1
{
	text-transform: uppercase;
	font-weight: 800;
}

h2, h2 a, .h2, legend
{
	text-transform: uppercase;
	font-weight: 800;
}

h3, h3 a, .h3
{
	text-transform: uppercase;
	font-weight: 800;
}
h4, h4 a, .h4
{
	text-transform: uppercase;
	font-weight: 800;
}


ul li
{
	list-style-image: url('Images/bullet_blue.gif');
}

a
{
	font-weight: 600;
}

