/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\= STANDARD SETTINGS
*/
html,body,table,td,th,div,span,form,button,select,input,textarea,p,h1,h2,h3,h4,h5,h6,a,cite,quote,u{
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	/*	line-height:120%;*/
	font-size:10px;
}
html,body {
	height:100%;
	color:#000000;
	background-color:#ccc;
}
h1,h2,h3,h4,h5,h6,hr,div,p,form{
	display:block;
}
hr{
	color: #333333;
	border:1px solid #46483B;
}
strong,caption,optgroup,.strong {
	font-weight:bold;
	font-style:normal;
}
img,table {
	border:0px none;
}
table{
/*border-collapse:collapse; //Joomla */
}
table, th, td { /* Table Header */
	font-style: normal;
	font-weight: normal;
	text-align: left;
	vertical-align:top;
}
p{
	margin:8px;
}
a:link,a:visited,a:hover,a:active {
	color:#0000CC;
	text-decoration:none;
}
a:visited{
	color:#333333;
	text-decoration:underline;
}
a:hover {
	color:#0033FF;
	text-decoration:underline;
}

abbr {
	cursor:help;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
label{
cursor:pointer;
}
.floatL{
float:left;
}
.floatR{
float:right;
}

/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\= GLOBAL SETTINGS
*/

/* BODY */

/*body         { background-color: #ccc; font-family: Arial; font-size: 10 pt; color: #000000 }
p            { font-family: Arial; font-size: 10 pt; color: #000000; font-weight: bold }*/

/* LINKS */

/*a            { color: #000000; text-decoration: none; font-variant: normal; font-size: 10 pt; font-family: Arial; font-weight: bold }
a:active     { font-family: Arial; font-size: 10 pt; color: #0000FF; font-weight: bold }
a:link       { font-family: Arial; font-size: 10 pt; color: #000000; font-weight: bold }
a:visited    { font-family: Arial; font-size: 10 pt; color: #000000; font-weight: bold }
a:hover      { font-family: Arial; font-size: 10 pt; background-color: #999999; font-color: #CCCCCC; font-weight: bold }*/

#Mainframe {
	border: 4px solid #fff;
	/*padding: 10px;*/
	background-color: #F6F6F6;
}

#header {
	background-image: url(../images/header_1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
	height: 120px;
	width: 750px;
}
/*----------------
-- CONTENT BOX  --
-----------------*/
.ffimgfix      { display:block; }

/* DEFAULT CONTENT BOX STYLE HEADER */
.cbox_topleft	{ background-image: url(../images/cbox_topleft.jpg); }
.cbox_top		{
	background-repeat: repeat-x;
	background-image: url(../images/cbox_topbg.jpg);
}
.cbox_topright	{ background-image: url(../images/cbox_topright.jpg); }

/* GENERAL CONTENT BOX STYLE FOR MIDDLE AND BOTTOM */
.cbox_left		{ background-repeat: repeat-y; background-image: url(../images/cbox_leftbg.jpg); }
.cbox_middle 	{ background: #fff; ; padding: 4px 5px 5px 4px; vertical-align:top; }
.cbox_right		{ background-repeat: repeat-y; background-image: url(../images/cbox_rightbg.jpg); }
.cbox_botleft	{ background-image: url(../images/cbox_botleft.jpg); }
.cbox_bot		{ background-repeat: repeat-x; background-image: url(../images/cbox_botbg.jpg); }
.cbox_botright	{ background-image: url(../images/cbox_botright.jpg); }body {
	background-color: #CCCCCC;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
/* CLOCK AND MESSAGE TICKER FONT AND SIZE */
div#clock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	height: 20px;
	vertical-align: top;
	text-transform: uppercase;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #666666;
}