/* -----------------------------------------------
                      Defaults styles
   ----------------------------------------------- */


body {
	margin:0;
	padding:0;
	color:#444444;
	font: 1em/1.0 arial, verdana, sans-serif;
	background-color:#FFFFFF;
	width:100%;
	font-size:small;	
}


h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
form {
	margin: 0;
	padding: 0;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

strong {
	font-weight: bold;
}


/* -----------------------------------------------
                      base styles
   ----------------------------------------------- */
   
.t01 { margin-top: 5px;}
.t02 { margin-top:10px;}
.t03 { margin-top:15px;}
.t04 { margin-top:20px;}
.t05 { margin-top:25px;}
.t06 { margin-top:30px;}
.t07 { margin-top:35px;}
.t08 { margin-top:40px;}
.t10 { margin-top:50px;}
.t12 { margin-top:60px;}
.t18 { margin-top:18px;}

.pt01 { padding-top: 5px;}


.b01 { margin-bottom: 5px;}

.l01 { margin-left: 5px;}

.l02 { margin-left: 10px;}

.r01 { margin-right: 5px;}

.r02 { margin-right: 10px;}

.clear {
	clear:both;
	font-size: 1px;
	height: 1px;
}

.clear00 {
	clear:both;
	font-size: 0px;
	height: 0px;
}


.fLeft {
	float:left;
}

.fRight {
	float:right;
}


.txtRight {
	text-align: right;
}
.txtLeft {
	text-align: left;
}

.txtCenter {
	text-align: center;
}

.sideT {
	vertical-align: top;
}

.sideB {
	vertical-align: bottom;
}

.txtRed01{
	color:#FF0000;
}


.txtB {
	font-weight: bold;
}


/* -----------------------------------------------
                         link
   ----------------------------------------------- */
a{
	color:#9a0c39;
	text-decoration:none;
} 

a:link{
	color:#9a0c39;
	text-decoration:none;
}

a:visited{
	color:#9a0c39;
	text-decoration:none;
}

a:hover{
	color:#9a0c39;
	text-decoration:none;
}
	
/* -----------------------------------------------
             text style control
   ----------------------------------------------- */
.s4
	{
	font-size: 12px !important;
	* font-size:80%;
	line-height: 1.8 !important;
	}

.s3
	{
	font-size:14px !important;
	* font-size:95%;
	line-height: 1.4 !important;
}

.s2,
#copy
	{
	font-size: 12px !important;
	* font-size:80%;
	line-height: 1.3 !important;
	}

.s1
	{
	font-size:83%;
	*font-size:xx-small;
	line-height:1.2;
}

.txt01 {
	font-weight:bold;
	color:#e78721;
	}

.txtInd01 {
margin-left:10px;
text-indent:-1em;
}

.txtInd01b {
margin-left:28px;
text-indent:-1.2em;
}

.txtInd02 {
margin-left:14px;
text-indent:-1.4em;
}


.txtInd03 {
margin-left:12px;
text-indent:-1.2em;
}

.txtblue {
	color: #33667c;
}
