html,body,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,form,label,table,caption,tbody,tfoot,thead,tr,th,td {
	margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:top;
}

body { background:#FFF;}
ol,ul { list-style:none;}
blockquote,q { quotes:none;}
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none;}
ins { text-decoration:none}
del { text-decoration:line-through}
table { border-collapse:collapse; border-spacing:0}


/***************************************************************************************************************************************
****** text.css 
***************************************************************************************************************************************/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:5px 10px;
}

p.package { padding:0px 10px 10px 20px;}

input, select, option { font-family:Arial, Helvetica, sans-serif;}
/*
:focus { outline:0}
a:focus{ outline:1px dotted #CCCCCC;}
*/
hr { border:1px #cccccc dotted; margin:2px 8px; }

fieldset { border:1px solid #DDD; width:600px; margin:5px auto; text-align:center;}
legend { font-size:22px; color:#041936; padding:0;}

p,dl,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address { margin:0px; padding-bottom:10px; font-weight:normal;}

h1 { font-size:22px; color:#041936; padding:4px 10px;}
h2 { font-size:22px; color:#041936; padding:4px 10px;}
h3 { font-size:13px; color:#FFF; padding:6px 0 3px 10px; font-weight:700;}
h4 { font-size:13px; color:#041936; padding:6px 0 3px 10px; font-weight:700;}
h5 { font-size:13px; color:#041936; padding:2px 0 2px 5px; border-bottom:1px dashed #CCC; margin:0; font-weight:700;}
h6 { font-size:12px; color:#1162B7; font-weight:700;}
ol { list-style:decimal;}
ul { list-style:square;}
li { margin-left:30px;}

