﻿/*
=============================
	DEFAULT FONTS
=============================
*/
BODY, FORM
{
	background-color		: #FFFFFF;
	font-family				: Verdana;
	font-size				: 10pt;
	margin					: 0px;
}
/*
=============================
	LINKS
=============================
*/
DIV.ContainerHeadMenu A, DIV.ContainerHeadMenu A:HOVER
{
	color					: #FFFFFF;
	font-size				: 8pt;
	text-decoration			: none;
}
DIV.MenuRowItem A, DIV.MenuRowItem A:HOVER
{
	color					: #FFFFFF;
	margin-right			: 12px;
	text-decoration			: none;
	text-transform			: uppercase;
}
DIV.BoxText A, DIV.BoxText A:HOVER
{
	color					: #FFFFFF;
	font-weight				: bold;
	text-decoration			: none;
	text-transform			: uppercase;
}
/*
=============================
	MAIN LAYOUTS
=============================
*/
DIV.ContainerHeadMenu
{
	background-image		: url(images/corner_tr.html);
	background-position		: right top;
	background-repeat		: no-repeat;
	color					: #FFFFFF;
}
/*
=============================
	FORMS
=============================
*/
.Input
{
	border					: solid 1px #333333;
	color					: #666666;
	font-family				: Verdana;
	font-size				: 8pt;
}
