/* CSS Document */

/* Body */

Body {	
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	scrollbar-face-color: #de0029;
	scrollbar-highlight-color: #de0029;
	scrollbar-shadow-color: #ffffff;
	scrollbar-arrow-color: #FFCC34;
	scrollbar-track-color: #000000;
	scrollbar-3d-light-color: #FFCC34;
	scrollbar-dark-shadow-color: #ffffff;
	text-align:center;
	background: #ffffff;
}
table, td {
	font: 9pt 'Arial', Verdana, sans-serif;
	text-align:center;
	vertical-align:top; 
	color: #6D6E71;
}
.td-right {
	text-align:right;
}
/* Background */
.topBg-left {
	width:233;
	background: url(../images/top_shadow1.gif) no-repeat bottom right;
}
.topBg-right {
	width:56;
	background: url(../images/top_shadow2.gif) no-repeat bottom left;
}
.topBg-left1 {
	height:24;
	background: url(../images/top_shadow3.gif) no-repeat top right;
}
.topBg-right1 {
	height:24;
	background: url(../images/top_shadow4.gif) no-repeat top left;
}
.loginBase{
	width:162;
	background: url(../images/login_base.gif) no-repeat top left;
}

/* Contents */
.basicFont {
	font-size: 1.0em; 
	font-weight: normal;
	color:#000000;
	text-align:justify;
	line-height: 15px;
	padding-left:20;
	padding-top:20;
	padding-right:35;
}
.basicFont-N {
	font-size: 1.0em; 
	font-weight: normal;
	color:#000000;
	text-align:justify;
	line-height: 15px;
	padding-left:20;
	padding-top:2;
	padding-right:35;
}
.menuFont {
	font-size: 1.0em; 
	font-weight: bold;
	color:#000000;
	text-align:left;
	line-height: 15px;
	padding:10;
	border-bottom: dashed 1px #9ca5aa;
}
.menuFont-C {
	font-size: 1.0em; 
	font-weight: bold;
	color:#000000;
	text-align:center;
	line-height: 15px;
	padding:10;
	border-bottom: dashed 1px #9ca5aa;
}
.Heading {
	font-size: 2.0em; 
	font-weight: bold;
	color:#000000;
	text-align:left;
	line-height: 15px;
}
A.basicLink:link {
	color: #8a190b;
	text-decoration: underline;
}
A.basicLink:visited {
	color: #8a190b; 
	text-decoration: underline;
}
A.basicLink:hover {
	color: #20465A; 
	text-decoration: none;
}
.tableFont-title {
	font-size: 0.9em; 
	font-weight: bold;
	text-transform:uppercase;
	color:#ffffff;
	text-align:center;
	vertical-align:middle;
	height:30;
	padding:5;
	background: #9e1713;
}

/* Footer  */
.td-bottom{
	text-align:center;
	vertical-align:bottom;
	height:10;
	background: url(../images/s1_btmBg.gif) repeat-x left bottom;
}
.footer-left{
	text-align:center;
	vertical-align:bottom;
	height:38;
	width:196;
	background: #000000;
}
.copyrightFont {
	font-size: 0.9em; 
	font-weight: normal;
	text-align:left;
	vertical-align:middle;
	color: #ffffff;
	line-height: 15px;
	padding:5;
	height:38;
	background:#9e1711;
}


