/* CSS Document */
#leftContent a:link {
	text-decoration: underline;
	}
#leftContent a:active {
	text-decoration: underline;
	}
#leftContent a:visited {
	text-decoration: underline;
	}

#noticeBoxCust a:link {
	text-decoration: none;
	color: #606726;
	font-size:16px;
}

#noticeBoxCust a:active {
	text-decoration: underline;
	color: #606726;
	font-size:16px;
	}
#noticeBoxCust a:visited {
	text-decoration: underline;
	color: #606726;
	font-size:16px;
	}
	
#noticeBoxCust a:hover {
	text-decoration: underline;
	color: #494B39;
	font-size:16px;
}

.titleHighlight{
color:#E2CE1D;
font-size:16px;
}
.titleLarge{
color:#ffffff;
font-size:18px;
}
#container #leftContent {
    
	width: 815px;
	margin-left:24px;
	margin-top:8px;
    color: #ffffff;
	font-size:13px;
	padding-bottom:5px;
	float:left;

		
}
#imageFlow{
float:left;
margin-right:10px;
margin-bottom:10px;
margin-top:3px;
border:solid;
border-width:2px;
border-color:#eeeeee;
}
.redTitle {
	color: #AC3434;
	font-size: 16px;
	font-weight: bold;
        }
#noticeBoxCust{
border:1px;
border-color:#E4AE2E;
border-style:solid;
background-color:#ffffff;
color:#222222;
width:790px;
margin:4px 4px 4px 4px;
padding:0px 2px 1px 14px;
/*font-weight:bold;*/
float:left;
}