/* =Global Settings
--------------------------------------------------------------------------------------- */
HTML 
{ 
	font-size:100.01%; 
}
BODY
{
	margin:0;
	padding:0;
	color:#000;
	font:12px Arial,Verdana,Helvetica,sans-serif;
	line-height:1.2/1.5;
	text-align:center;
	background:#FFF;
}
*
{
	margin:0;
	padding:0;
}
/* =Common Formatting
--------------------------------------------------------------------------------------- */
H1,
H2,
H3,
H4,
H5,
H6 
{   
	font-size:normal;      
} 
TABLE
{
	border-collapse:collapse;
	border-spacing:0;
	table-layout:fixed;
	word-wrap:break-word;
	vertical-align:top;
}
TH,
TD
{
	font-size:12px;
}
OL,
UL
{
	list-style-type:none;
	list-style-image:url();
}
FIELDSET,
IMG
{
	border:0;
}
LABEL,
BUTTON
{
	cursor:pointer;
}
BUTTON
{
	font-family:Arial;
}
SUP
{
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
SUB
{
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}

ACRONYM,
ABBR 
{
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}
BLOCKQUOTE:before,
BLOCKQUOTE:after,
Q:before, 
Q:after 
{
	content:"";
}
BLOCKQUOTE, 
Q 
{
	quotes:"" "";
}
/* =Links
--------------------------------------------------------------------------------------- */
A:focus
{
	outline:0;
}
A
{
	text-decoration:none;
}
A:link 
{
	color:#174690;
}
A:visited 
{
	color:#174690;
}
A:hover 
{
	color:#F60;
	text-decoration:underline;
}
A:active 
{
	color:#F60;
}
A:-moz-any-link:focus 
{
	outline:1px dotted invert;
}
/* =Global Classes
--------------------------------------------------------------------------------------- */
.fL
{
	float:left;
}
.fR
{
	float:right;
}
.clr
{
	clear:both; 
	font-size:0;
	height:0; 
	overflow:hidden;
}
.dpB
{
	display:block;
}
.dpI
{
	display:inline;
}
.dpN
{
	display:none;
}
.taL
{
	text-align:left;
}
.taR
{
	text-align:right;
}
.taC
{
	text-align:center;
}
.taJ	
{ 
	text-align:justify; 
}
/* =circle Classes
--------------------------------------------------------------------------------------- */
.c1,
.c2,
.c3,
.c4,
.e1,
.e2,
.e3,
.e4,
.b1,
.b2,
.b3,
.b4
{
	font-size:0px;
	overflow:hidden;
	display:block;
	height:1px;
	border-left-style:solid;
	border-right-style:solid;
	border-left-width:1px;
	border-right-width:1px;
}
.c1,
.e1,
.b4
{
	margin:0 3px;
}
.c2,
.e2,
.b3
{
	margin:0 1px;
	border-width:0 2px;
}
.c3,
.e3,
.b2
{
	margin:0 1px;
}
.c4,
.e4,
.b1
{
	margin:0;
}
/* =mainFrame Classes
--------------------------------------------------------------------------------------- */
#mainFrame
{
	margin:0 auto;
	width:935px;
	text-align:left;
}
/* =banner  Classes 
--------------------------------------------------------------------------------------- */
.banner
{
	margin-bottom:10px;
}
/* =process Classes 
--------------------------------------------------------------------------------------- */
#process
{
	margin-bottom:5px;
	font-size:12px;
	text-align:left;
	color:#B7B7B7;
	height:20px;
}
#process SPAN
{
	font-size:14px;
}
/* =pageNav Classes 
--------------------------------------------------------------------------------------- */
#pageNav
{
	padding:10px 0;
	text-align:center;
}
#pageNav STRONG,
#pageNav SPAN,
#pageNav A
{
	margin-right:5px;
	padding:3px 5px;
	display:-moz-inline-box;
	display:inline-block;
}
#pageNav SPAN EM,
#pageNav A EM
{
	font-size:14px;
}
#pageNav STRONG
{
	border:0;
}
#pageNav SPAN
{
	color:#AAA;
}
#pageNav A
{
	border:1px solid #DDD;
	color:#1370AB;
}
#pageNav A:hover
{
	border:1px solid #000;
	color:#FFF;
	background:#36AEF0;
	text-decoration:none;
}
#pageNav .on
{
	color:#F60;
	font-weight:bold;
}
/* =searchResult Classes
--------------------------------------------------------------------------------------- */
#searchResult
{
	border:1px solid #BBB;
	height:1%;
}
#searchResult H2
{
	margin-bottom:10px;
	padding-left:11px;
	border:1px solid #FFF;
	font-size:12px;
	font-weight:normal;
	color:#02498E;
	background:#F3F3F3;
	height:30px;
	line-height:30px;
}
#searchResult DL
{
	padding:15px 13px 20px;
}
#searchResult DL DT
{
	margin-bottom:10px;
	font-weight:bold;
}
#searchResult DL DD
{
	margin:0 0 5px 15px;
	padding-left:15px;
	background:url(http://img.tootoo.com/cms/tqs2/images/icon-03.gif) no-repeat 0 5px;
}
#searchResult DL DD A
{
	text-decoration:underline;
}
