/*-- GLOBAL --*/
BODY {
	margin: 35px 0px 0px 0px;
	Font-Family: Arial, Helvetica, MS Sans Serif;
	font-size: 12px;
	color: #212121;
	height: 100%; margin-bottom: 1px;
	background-image: url(../images/bg_squares.gif);
	background-repeat: repeat;
}
TD {
	font-size: 12px;
	vertical-align: top;
	color: #212121;
}
A {
	Font-Family: Arial, Helvetica, MS Sans Serif;
	Color: #063875;
	text-decoration: none;
}
A:Hover {
	Font-Family: Arial, Helvetica, MS Sans Serif;
	Text-Decoration: Underline;
}
UL {
	list-style-image: url(../images/icon_bullet.gif);
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
}

/*-- CONTENT --*/


/*-- HOME CONTENT --*/
TABLE.content_home TD {
	font-size: 11px;
}
TABLE.content_home .box1 {
	background-image: url(../images/box_home_bg.gif);
	background-repeat: repeat-y;
	padding: 15px 20px 0px 20px;
	width: 260px;
}
TABLE.content_home .box4 {
	background-image: url(../images/box_home_bg.gif);
	background-repeat: repeat-y;
	padding: 00px 20px 0px 20px;
	width: 260px;
}
TABLE.content_home .box5 {
	background-image: url(../images/box_home_bg.gif);
	background-repeat: repeat-y;
	padding: 06px 20px 0px 20px;
	width: 260px;
}
TABLE.content_home .box2 {
	background-image: url(../images/box_home_bg.gif);
	background-repeat: repeat-y;
	padding: 15px 20px 0px 20px;
	width: 260px;
}
TABLE.content_home .box3 {
	background-image: url(../images/box_home_bg.gif);
	background-repeat: repeat-y;
	padding: 15px 20px 0px 20px;
	width: 260px;
}
TABLE.content_home TD UL {
	list-style-image: url(../images/icon_bullet.gif);
	margin-top: 2px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 0px;
}


/*-- FOOTER --*/
TABLE.footer {
	text-align: left;
	color: #FFF;
	vertical-align: middle;
	font-size: 10px;
}
TABLE.footer TD {
	text-align: left;
	color: #FFF;
	vertical-align: middle;
	font-size: 10px;
	padding: 5px 200px 0px 10px;
}
TABLE.footer A {
	color: #FFF;
	font-size: 10px;
	text-decoration: none;
	padding: 0px 4px 0px 2px;
}
TABLE.footer A:Hover {
	color: #FFF;
	text-decoration: underline;
	padding: 0px 4px 0px 2px;
}

/*-- COPYRIGHT --*/
TABLE.copyright {
	padding: 5px 5px 4px 5px;
	color: #4C4C4C;
}
TABLE.copyright TD {font-size: 11px;}
TABLE.copyright A {
	color: #4C4C4C;
	font-size: 11px;
	text-decoration: none;
}
TABLE.copyright A:Hover {color: #1068AD;}

/* THUMBNAIL VIEW STYLES */
#showimage {
	position:absolute;
	visibility:hidden;
	border: 1px solid gray;
	background-color: #FFFFFF;
	z-index:1000;
}
#dragbar {
	cursor: hand;
	cursor: pointer;
	background-color: #EFEFEF;
	min-width: 400px; /*NS6 style to overcome bug*/
	z-index:1000;
}
#dragbar #closetext {
	font-weight: bold;
	margin-right: 1px;
	font-size: 11px;
	z-index:1000;
}
/* END THUMBNAIL VIEW STYLES */

/*-- FORM --*/
INPUT,SELECT,TEXTAREA {
	Font-Family: Arial, Helvetica, MS Sans Serif;
	font-size: 12px;
	color: #212121;
}
.form {
	text-align: right;
	padding-right: 5px;
}
/*-- FORM --*/
.bottomaddtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	font-variant: normal;
	color: #CCCCCC;
}
