
	.text,p,ul,td  {
		color : black;
		font-family : sans-serif,arial,helvetica;
		font-weight : normal;
		font-style : normal;
		font-size : 12px;
		line-height : normal;
	}

	FORM {
		font-family: sans-serif,arial,helvetica;
		font-size: 12px;
		color: white;
		background: white;
		border: none;
		margin-left: 1px;
		padding: 1px;
	}

	.input,input {
		background : 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 : 12px;
		font-style: normal;
		font-weight: normal;
		color: Black;
		width : 300px;
		height : 20px;
		padding-left : 1px;
		vertical-align : middle;
	}


	.button {
		background : #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 : 12px;
		font-style: normal;
		font-weight: normal;
		color: Black;
		width : 140px;
		height : 24px;
		vertical-align : middle;
	}

	.textarea,textarea {
		background : 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 : 12px;
		font-style: normal;
		font-weight: normal;
		color: Black;
		width : 300px;
		height : 80px;
		padding-left : 1px;
		vertical-align : top;
	}

	ul  {
		color : black;
		font-family : sans-serif,arial,helvetica;
		font-weight : normal;
		font-style : normal;
		font-size : 12px;
		line-height : normal;
	}

	li {
		color : black;
		font-family : sans-serif,arial,helvetica;
		font-weight : normal;
		font-style : normal;
		font-size : 12px;
		line-height : 16px;
		list-style-type : none;
	}

	.block {
		color : black;
		font-family : sans-serif,arial,helvetica;
		font-weight : normal;
		font-style : normal;
		font-size : 12px;
		line-height : 16px;
		list-style-type : none;
	}

	blockquote  {
		color : black;
		font-family : sans-serif,arial,helvetica;
		font-weight : normal;
		font-style : normal;
		font-size : 12px;
		line-height : normal;
		list-style-type : none;
		margin-left: 10px;
	}

	form  {
		color : black;
		font-family : sans-serif,arial,helvetica;
		font-weight : normal;
		font-style : normal;
		font-size : 12px;
	}

	.smaller  {
		color : black;
		font-family : sans-serif,arial,helvetica;
		font-weight : normal;
		font-size : 11px;
		line-height : 12px;
	}

	.small,small  {
		color : black;
		font-family : sans-serif,arial,helvetica;
		font-weight : normal;
		font-style : normal;
		font-size : 10px;
		line-height : 11px;
	}

	strong  {
		font-weight : bold;
	}

	.H1,h1  {
		color : black;
		font-family : sans-serif,arial,helvetica;
		font-weight : bold;
		font-style : normal;
		font-size : 16px;
		line-height : 18px;
	}

	.H2,h2  {
		color : black;
		font-family : sans-serif,arial,helvetica;
		font-weight : bold;
		font-style : normal;
		font-size : 14px;
		line-height : 14px;
	}

	.H3,h3  {
		color : black;
		font-family : sans-serif,arial,helvetica;
		font-weight : bold;
		font-style : normal;
		font-size : 12px;
		line-height : 12px;
	}


	h4  {
		color : #003366;
		font-family : sans-serif,arial,helvetica;
		font-weight : bold;
		font-style : normal;
		font-size : 15px;
		line-height : 15px;
	}

	A  {
		color : #990000;
		font-weight : bold;
		text-decoration : none;
	}

	A:Visited  {}

	A:Active  {
		color : #ff0000;
	}

	A:Hover  {
		color : #cc0000;
		text-decoration : underline;
	}
