@import url("globals.css");

form
{
	margin: 0;
}

a
{
    color: #300;
    font-weight: bold;
    font-size: 12px;
    font-family: Goudy, Garamond, Palatino, Bookman, Trebuchet MS, Times, serif;
}

a:hover
{
    text-decoration: none;
}

a.menu
{
    color: #607858;
    font-weight: bold;
    font-style: italic;
    font-size: 15px;
    font-family: Goudy, Garamond, Palatino, Bookman, Trebuchet MS, Times, serif;
    line-height: 22px;
}

p
{
	margin: 0px 0px 10px 0px;
}

h1
{
	font-size: 16px;
	font-family: Goudy, Garamond, Palatino, Bookman, Trebuchet MS, Times, serif;
	font-weight: bold;
	line-height: 17px;
	color: #300000;
	margin: 0px 0px 5px 0px;
}

h3
{
	font-size: 18px;
	font-family: Goudy, Garamond, Palatino, Bookman, Trebuchet MS, Times, serif;
	font-weight: bold;
	line-height: 19px;
	color: #64533E;
	margin: 0px 0px 5px 0px;
}

h3 a
{
	font-size: 18px;
	font-family: Goudy, Garamond, Palatino, Bookman, Trebuchet MS, Times, serif;
	font-weight: bold;
	line-height: 19px;
	color: #64533E;
	margin: 0px 0px 5px 0px;
}

h4
{
	font-size: 18px;
	font-family: Goudy, Garamond, Palatino, Bookman, Trebuchet MS, Times, serif;
	font-weight: bold;
	line-height: 19px;
	color: #300000;
	border-bottom: 1px solid;
	margin: 0px 0px 5px 0px;
}

.side_box
{
	border-top: 3px #ccc dotted;
	border-bottom: 3px #ccc dotted;
	padding: 10px 0;
	margin-bottom: 10px;
}

img
{
	border: 0;
}

.whatsnew_home
{
    width: 244px;
    padding: 15px;
    background-color: #AEA3AD;
    border: 10px #968A94 solid;
}


.frmgrp
{
	border: 1px solid #CECFCE;
	background-color: #F7F7EF;
}
.frm
{
	font-family: tahoma;
	font-size: 11px;
}
.frm td
{
	padding: 0px;
	padding-right: 1px;
	font-family: tahoma;
}

INPUT.btnEn
{
	cursor: hand;
	color: white;
	background-color: #54284D;
	font-family: tahoma;
	font-size: 11px;
	border: 1px solid black;
	height: 18px;
	text-align: center;
}
INPUT.btnDis
{
	cursor: default;
	color: black;
	background-color: #E7E7E7;
	font-family: tahoma;
	font-size: 11px;
	border: 1px solid #888888;
	height: 18px;
	text-align: center;
}

div#ITS
{
	text-align: center;
	font-size: 9px;
	font-family: tahoma,helvetica;
	color:#968A94;
}

div#ITS a
{
	font-size: 9px;
	font-family: tahoma,helvetica;
	font-weight: normal;
	color: #968A94;
}