@charset "UTF-8";

/* base */
body {
	margin-top: 0px;
	background-color: #CC0000;
	margin-bottom: 0px;
	font-size:12px;
	font-family: Verdana;
}
td{font-size:12px;font-family: Verdana;}


/* link */
a:link {  color: #0000ff}
a:visited {  color: #9900cc;}
a:hover {  text-decoration: underline}


/* h */
h1, h2, h3, h4{margin:0; padding:0; font-weight: normal; font-size:12px;}
h1.bold{font-weight: bold;}
h2.bold{font-weight: bold;}
h3.bold{font-weight: bold;}
h4.bold{font-weight: bold;}


/* text */
.titleTxt {color: #888888;}
.titleTxt a:link {color: #888888;}
.titleTxt a:visited {color: #888888;}

.ss{font-size:9px;font-family: Verdana;}
.s{font-size:10px;font-family: Verdana;}
.sb{font-size:10px;font-weight: bold;font-family: Verdana;}
.m{font-size:12px;font-family: Verdana;}
.mb{font-size:12px;font-weight: bold;font-family: Verdana;}
.l{font-size:14px;font-family: Verdana;}
.lb{font-size:14px;font-weight: bold;font-family: Verdana;}
.xl{font-size:16px;font-family:  Verdana;}
.xlb{font-size:16px;font-weight: bold;font-family: Verdana;}

.txtBlack{
	color:#000000;
}
.txtWhite{
	color:#ffffff;
}
.txtRed{
	color:#cc0000;
}
.txtOrange{
	color:#ff6600;
}
.txtBlue{
	color:#0000cc;
}
.txtYellow{
	color:#ffff00;
}
.txtLightBlue{
	color:#00c6c6;
}
.txtGreen{
	color:#66cc00;
}
.txtGray{
	color:#999999;
}


/* footer end image */
.footerEndImg {
	width:700px;
	height:14px;
	background: url(/shared/img/format/lr_footer.gif)
}
