﻿/* NEW
=============================
	DEFAULT FONTS
=============================
*/
BODY, FORM
{
	background-color		: #FFFFFF;
	font-family				: Verdana;
	font-size				: 10pt;
	margin					: 0px;
}
A, A:HOVER
{
	color					: #336699;
	text-decoration			: underline;
}
IMG
{
	border-style			: none;
}
/*
=============================
	LINKS
=============================
*/
DIV.ContainerHeadMenu A, DIV.ContainerHeadMenu A:HOVER, DIV.ContainerHeadMenu
{
	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;
	text-decoration			: none;
}
/*
=============================
	MAIN LAYOUTS
=============================
*/
DIV.ContainerHeadMenu
{
	background-image		: url(../images/corner_tr.gif);
	background-position		: right top;
	background-repeat		: no-repeat;
	color					: #FFFFFF;
}
/*
=============================
	FORMS
=============================
*/
.Input
{
	border					: solid 1px #333333;
	color					: #666666;
	font-family				: Verdana;
	font-size				: 8pt;
}
.Button
{
	background-color		: Transparent;
	background-image		: url(../images/button_family.gif);
	background-position		: center center;
	background-repeat		: no-repeat;
	border-style			: none;
	font-family				: Verdana;
	font-size				: 8pt;
	font-weight				: bold;
	line-height				: 20px;
	height					: 20px;
	color					: #FFFFFF;
	width					: 78px;
}
DIV.FormRowSmall
{
	font-size				: 8pt;
}

/*
=============================
	NEWS - LEFT MENU
=============================
*/
DIV.NewsMenuHead
{
	background-image		: url(../images/icon_news.gif);
	background-position		: right center;
	background-repeat		: no-repeat;
	border-bottom			: solid 1px #F15A24;
	color					: #F15A24;
}
DIV.NewsMenuHead A, DIV.NewsMenuHead A:HOVER
{
	color					: #F15A24;
	text-decoration			: none;
}
DIV.NewsMenuItem
{
	border-bottom			: solid 1px #F15A24;
	color					: #F15A24;
}
DIV.NewsMenuItemLink A, DIV.NewsMenuItemLink A:HOVER
{
	color					: #F15A24;
	text-decoration			: none;
}
DIV.NewsTitle
{
	color					: #F37026;
	font-size				: 12pt;
	font-weight				: bold;	
	margin-bottom			: 10px;
}
DIV.NewsMenuItem A, DIV.NewsMenuItem A:HOVER
{
	color					: #F15A24;
	text-decoration			: none;
}
DIV.NewsArtContainer
{
	color					: #666666;
	font-size				: 8pt;
	border-bottom			: solid 1px #F15A24;	
}
DIV.NewsArtContainer A, DIV.NewsArtContainer A:HOVER, DIV.NewsDate
{
	color					: #F15A24;
	text-decoration			: none;
}
