 .text,p,ul,td  {
 	color : #333333;
 	font-family : Arial, Sans-serif;
 	font-weight : normal;
 	font-style : normal;
 	font-size : 13px;
 	line-height : 15px;
 }

 .sub1  {
 	color : #eeeeee;
 	font-family : Arial, Sans-serif;
 	font-weight : normal;
 	font-style : normal;
 	font-size : 11px;
 	line-height : normal;
 }

 .sub2  {
 	color : #cccccc;
 	font-family : Arial, Sans-serif;
 	font-weight : normal;
 	font-style : normal;
 	font-size : 14px;
 	line-height : normal;
 }

 li {
 	color : #333333;
 	font-family : Arial, Sans-serif;
 	font-weight : normal;
 	font-style : normal;
 	font-size : 13px;
 	line-height : 17px;
	list-style-type : none;
 }

 blockquote  {
 	color : #333333;
 	font-family : Arial, Sans-serif;
 	font-weight : normal;
 	font-style : normal;
 	font-size : 13px;
 	line-height : normal;
	list-style-type : none;
 }

 form  {
 	color : #333333;
 	font-family : Arial, Sans-serif;
 	font-weight : normal;
 	font-style : normal;
 	font-size : 13px;
 }

 .smaller  {
 	color : black;
 	font-family : Arial, Sans-serif;
 	font-weight : normal;
 	font-style : normal;
 	font-size : 12px;
 }

 .small,small  {
 	color : black;
 	font-family : Arial, Sans-serif;
 	font-weight : normal;
 	font-style : normal;
 	font-size : 11px;
 }

 .smallest  {
 	color : black;
 	font-family : Arial, Sans-serif;
 	font-weight : normal;
 	font-style : normal;
 	font-size : 10px;
 }

 strong  {
 	font-weight : bold;
 }

 .H1,h1  {
 	color : #666666;
 	font-family : Arial, Sans-serif;
 	font-weight : normal;
 	font-style : normal;
 	font-size : 14px;
 	line-height : 16px;
 }

 .H2,h2  {
 	color : #666666;
 	font-family : Arial, Sans-serif;
 	font-weight : bold;
 	font-style : normal;
 	font-size : 13px;
 	line-height : 14px;
 }

 .H3,h3  {
 	color : #666666;
 	font-family : Arial, Sans-serif;
 	font-weight : bold;
 	font-style : normal;
 	font-size : 12px;
 	line-height : 13px;
 }


 h4  {
 	color : #666666;
 	font-family : Arial, Sans-serif;
 	font-weight : bold;
 	font-style : normal;
 	font-size : 16px;
 	line-height : 15px;
 }

 A  {
 	color : #ee6600;
 	font-weight : bold;
 	text-decoration : none;
 }

 A:Visited  {
 	color : #ee6600;
 }

 A:Active  {
 	color : #cc0000;
 }

 A:Hover  {
 	color : #cc0000;
 	text-decoration : underline;
 }

.input,input {
		background-color : White;
		border : 1px solid Black;
		border-left: 1px solid Black;
		border-right: 1px solid Black;
		border-top: 1px solid Black;
		border-bottom: 1px solid Black;
		font-family: sans-serif,Arial,Helvetica;
		font-size : 13px;
		font-style: normal;
		font-weight: normal;
		font-color: Black;
		padding-left : 1px;
		vertical-align : middle;
	}


.button {
		background-color : #eeeeee;
		border : 1px outset Black;
		border-left: 1px outset Black;
		border-right: 1px outset Black;
		border-top: 1px outset Black;
		border-bottom: 1px outset Black;
		font-family: sans-serif,Arial,Helvetica;
		font-size : 13px;
		font-style: normal;
		font-weight: normal;
		font-color: Black;
		vertical-align : middle;
	}

.textarea,textarea {
		background-color : White;
		border : 1px solid Black;
		border-left: 1px solid Black;
		border-right: 1px solid Black;
		border-top: 1px solid Black;
		border-bottom: 1px solid Black;
		font-family: sans-serif,Arial,Helvetica;
		font-size : 13px;
		font-style: normal;
		font-weight: normal;
		font-color: Black;
		padding-left : 1px;
		vertical-align : top;
	}

