/* Base Weblog (base-weblog.css) */

/* basic elements */

html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}

body
{
   margin: 0;
   /* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
   font-family: verdana, 'trebuchet ms', sans-serif;
   font-size: 13px;
   line-height:1.6;
}

form, input { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
   margin-top: 10px;
   margin-bottom: 10px;
}


/* standard helper classes */

.clr
{
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}
.text1 {font-size: 9pt; color: #666666; font-style: normal; line-height: 18pt;}
.left {
	font-size: 12px;
	color: #330000;
	font-style: normal; 
}
.left-small {
	font-size: 12px;
	color: #330000;
                font-family: Arial, Helvetica, sans-serif;
	font-style: normal; 
}
.fontblack1 {
	font-size: 16px;
	color: #000000;
                font-weight: bold;
}
.fontgray1 {
	font-size: 16px;
	color: #666666;
                font-weight: bold;
}
.text1 {  font-size: 9pt; color: #666666; font-style: normal; line-height: 18pt;}
.text2 {  font-size: 12pt; color: #666666; font-weight: bolder;}
.text3 { font-size: 12pt; color: #FFFFCC; font-weight: bolder ;}

a:link {
	color: #993333;
}
a:visited {
	color: #336666;
}
a:hover {
	color: #FFCC00;
}
a:active {
	color: #FFCC99;
}
.ue {
	width: 0px;
}
.table1 {
	padding-top: 8px;
}
.table0 {
	padding-top: 0px;
}
.syasin {
	border-top-width: 0px;
	border-right-width: 7px;
	border-bottom-width: 5px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
