
/* BOXES */

.divHomeBox {
	position:relative;
	display:block;
	float:left;
	z-index:203;
}
.divHomeBox h3 {
	text-transform:uppercase;
	color:#D28614;
	font-family:Tahoma;
	font-size:12px;
	margin-bottom:20px;
}
.divHomeBox h3 span {
	text-transform:uppercase;
	color:#981A1B;
	font-family:Tahoma;
	font-size:16px;
	display:block;
	font-weight:normal;
}

/* BOX 01 */

#divHomeBox01 {
	margin:0px 0px 0px 45px;
	width:275px;
	padding-right:20px;
	background-image:url(../img/l_06.jpg);
	background-position:right;
	background-repeat:repeat-y;
}

/* BOX 02 */

#divHomeBox02 {
	margin:0px 25px;
	width:275px;
	padding-right:20px;
	background-image:url(../img/l_06.jpg);
	background-position:right;
	background-repeat:repeat-y;
}
#ulHomeNews {
	position:relative;
	list-style:none;
}
#ulHomeNews li {
	margin-bottom:10px;
}
#ulHomeNews li a {
	color:#333333;
	font-size:11px;
	text-decoration:none;
}
#ulHomeNews li a:hover {
	color:#981A1B;
	text-decoration:underline;
}
#ulHomeNews li a span {
	margin-right:6px;
	color:#981A1B;
	font-weight:bold;
	font-size:11px;
}
#ulHomeNews li a strong {
	font-weight:normal;
}
#divHomeBox02 .lnkSeeMore {
	margin-top:15px;
	display:block;
	text-align:right;
	font-size:11px;
	background-image:url(../img/ms_01.jpg);
	background-position:right;
	background-repeat:no-repeat;
	color:#981A1B;
	font-weight:bold;
	padding-right:25px;
	margin-right:5px;
	text-decoration:none;
}
#divHomeBox02 .lnkSeeMore:hover {
	text-decoration:underline;
}

/* BOX 03 */

#divHomeBox03 {
	margin:0px;
	width:185px;
}
#frmLogin {
	margin-top:20px;
}
#frmLogin label {
	font-family:Tahoma;
	font-size:9px;
	display:block;
	background-image:url(../img/f_01.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	height:40px;
}
#frmLogin label input {
	color:#981A1B;
	font-size:12px;
	display:block;
	width:170px;
	border:0px;
	padding:1px 5px 5px 3px;
	background-color:transparent;
}
#frmLogin #btnLogin {
	margin-top:10px;
	color:#FFFFFF;
	font-weight:bold;
	margin-left:101px;
	font-size:10px;
	display:block;
	width:78px;
	background-image:url(../img/f_02.jpg);
	border:0px;
	padding:3px 3px 5px 3px;
}
















