
/*****************************************************
General page style
*****************************************************/

body { padding-bottom: 10px; padding-top: 5px; margin: 0px; background: #efefef;}
h1 { color: #333; font: bold 22px Arial, Helvetica, sans-serif; padding: 5px 5px 5px 6px; margin-top: 0px; }
h2 { font: normal 20px Arial, Helvetica, sans-serif; color: #000000; }
h3 { font: normal 18px Arial, Helvetica, sans-serif; color: #FF0084; margin-bottom: 5px; }
h4 { font: bold 12px Arial, Helvetica, sans-serif; color: #111; margin-bottom: 5px; }
h5 { font: bold 13px Arial, Helvetica, sans-serif; margin-bottom: 5px; }
h6 { font: normal 11px Arial, Helvetica, sans-serif; color: #444444; }
p,div,span,input,select { font: 12px Arial, Helvetica, sans-serif; }
form { padding: 0px; margin: 0px; border: 0px; }
table { border: none; }
th { font: bold 11px Arial, Helvetica, sans-serif; text-align: left; color: #666;}
td { font: 12px Arial, Helvetica, sans-serif; } 
ol { font: normal 12px Arial, Helvetica, sans-serif; line-height: 18px; }
ul { font: normal 12px Arial, Helvetica, sans-serif; line-height: 18px; }
li { font: normal 12px Arial, Helvetica, sans-serif; line-height: 18px; }
dd, dt { font: normal 12px Arial, Helvetica, sans-serif; line-height: 18px; }
hr{height:1px}


/* ##################### */
/*      LINK STYLES      */
/* ##################### */

a:link { color: #0063DC; text-decoration: underline; }
a:visited { color: #0063DC; text-decoration: underline; }
a:hover { color: #ff0000; text-decoration: none; }
a:active { color: #ff0000; text-decoration: none; }

/*****************************************************
Background color and font colors <<5 please
*****************************************************/
.topmenu
{	
	text-align: left;
	padding: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #eeeeee;
	background-color: #eeeeee;
	border-color: #cccccc;
	color: #444444;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	height:27px;
	background-image:url(images/menu_gif.gif)
}

.Big {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
}

.SmallBold {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #444444;
}

.Container
{
	Width:760px;
	background-color:#ffffff;
	padding:3px;
}

.TextButton,a.TextButton {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	border: #C3C2C2 1px solid; 
	margin:1px;
	padding: 3px 12px 3px 12px; 
	color: #444444; 
	background-color:#ffffff;
	text-decoration:none;
	font-weight: bold;	
	display: inline-block;
}
a:visited.TextButton {	
	color: #444444; 
	text-decoration:none;
	display: inline-block;
	background-color:#ffffff;
}
a:hover.TextButton {	
	color: #444444; 
	background-color:#eeeeee;
	text-decoration:underline;
}

#Footer
{
	padding: 15px 8px 8px 8px;
	text-align:center;
}

.box
{
	width: 600px;
	background-color: #cccccc;
}

.box750
{
	width: 750px;
	background-color: #cccccc;
}

.boxTitle
{
	padding:5px 5px 5px 15px;
	background-color: #eeeeee;
	color: #444444;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	height:25px;
	background-image:url(images/menu_gif.gif)
}
.boxArea
{
	background-color: #ffffff;
	padding:15px;
}
.FieldName
{	
	color: #444444;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
}
.noteBox { BORDER: 1px solid #AAAAAA; PADDING: 11px; WIDTH: 160px;font-style:normal; font-variant:normal; font-weight:normal; font-size:11px; font-family:verdana; background-color:#FFFFCC}

