/* CSS Document */

/*
	maintext		Normal text in main content area.
	sidelink		Link in side bar area.
	sidetext		Normal text in side bar area.
*/

/* Draw a dashed line */
P.dashed {
	border-style: dashed none none none;
	border-color: #888;
	border-top-width: 1px;
	line-height: 0px;
}

A{
	color: #0053A5;
	font-weight: bold;
	text-decoration: none;
/*	font-size: 12px;	
	line-height: 20px;
	font-weight: normal;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
*/
}
A:visited {TEXT-DECORATION: none;}
A:active {TEXT-DECORATION: none;}
A:hover {TEXT-DECORATION: underline;}

/*
B {
	color: #333;
	font-size: 12px;
	text-decoration: none;
	line-height: 20px;
	font-weight: bold;
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
}
*/

H1 {
	color: #333;
	font-size: 24px;
	text-decoration: none;
	line-height: 20px;
	font-weight: bold;
}


H2 {
	color: #888;
	font-size: 16px;
	text-decoration: none;
	line-height: 10px;
	font-weight: bold;
}

H3 {
	color: #333;
	font-size: 14px;
	text-decoration: none;
	line-height: 5px;
	font-weight: bold;
}

TD {
	color: #333;
	font-size: 11px;
	text-decoration: none;
	line-height: 18px;
	font-weight: normal;
}

TABLE.main_step {
	border-style: solid;
}

.maintext {
	color: #000;
	font-size: 12px;
	text-decoration: none;
	line-height: 20px;
	font-weight: normal;
	/* font-family:  Arial, sans-serif; */
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.mainfootnote {
	color: #555;
	font-size: 10px;
	line-height: 14px;
}

.mainerror {
	font-size: 11px;
	color: #FF0000;
	font-weight: bold;
}

.main_stepno {
	color: #BBB;
	font-size: 48px;
	line-height: 48px;
	font-weight: bold;
}

.main_stepinstr {
	color: #999;
	font-size: 11px;
	text-decoration: none;
	line-height: 18px;
	font-weight: normal;
}

.main_narrowHt {
	line-height: 8px;
}

.sidetext {
	color: #333;
	font-size: 10px;
	text-decoration: none;
	line-height: 12px;
	font-weight: normal;
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
}


A.sidelink {
	color: #009999;
	font-size: 22px;
	text-decoration: underline;
	line-height: 20px;
	font-weight: normal;
}
A.sidelink:visited {TEXT-DECORATION: none }
A.sidelink:active {TEXT-DECORATION: none }
A.sidelink:hover {
	color: #999900;
	TEXT-DECORATION: underline;
}


/*
.smallwhite {
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	line-height: 22px;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.cram {
	color: #333;
	font-size: 12px;
	text-decoration: none;
	line-height: 18px;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.small {
	color: #333;
	font-size: 11px;
	text-decoration: none;
	line-height: 16px;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.puny {
	color: #333;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

A.white {
	color: #FFF;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
A.white:visited { COLOR: #FFF; TEXT-DECORATION: none }
A.white:active { COLOR: #FFF; TEXT-DECORATION: none }
A.white:hover { COLOR: #FFF; TEXT-DECORATION: underline }

A.norm {
	color: #009999;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
A.norm:visited {TEXT-DECORATION: none }
A.norm:active {TEXT-DECORATION: none }
A.norm:hover {TEXT-DECORATION: underline }

*/