
	.text,p,td  {
		color : black;
		font-family : arial,helvetica,sans-serif;
		font-weight : normal;
		font-style : normal;
		font-size : 12px;
		line-height : normal;
	}

	.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 : 12px;
		font-style: normal;
		font-weight: normal;
		font-color: Black;
		width : 300px;
		height : 20px;
		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 : 12px;
		font-style: normal;
		font-weight: normal;
		font-color: Black;
		width : 140px;
		height : 24px;
		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 : 12px;
		font-style: normal;
		font-weight: normal;
		font-color: Black;
		width : 300px;
		height : 80px;
		padding-left : 1px;
		vertical-align : top;
	}

	ul  {
		color : black;
		font-family : arial,helvetica,sans-serif;
		font-weight : normal;
		font-style : normal;
		font-size : 12px;
		line-height : normal;
	}

	li {
		color : black;
		font-family : arial,helvetica,sans-serif;
		font-weight : normal;
		font-style : normal;
		font-size : 12px;
		line-height : 17px;
		list-style-type : none;
		margin-left: -20px;
	}

	blockquote  {
		color : black;
		font-family : arial,helvetica,sans-serif;
		font-weight : normal;
		font-style : normal;
		font-size : 12px;
		line-height : normal;
		list-style-type : none;
		margin-left: 5px;
	}

	form  {
		color : black;
		font-family : arial,helvetica,sans-serif;
		font-weight : normal;
		font-style : normal;
		font-size : 12px;
	}

	.smaller  {
		color : black;
		font-family : arial,helvetica,sans-serif;
		font-weight : normal;
		font-size : 11px;
		line-height : 11px;
	}

	.small,small  {
		color : black;
		font-family : arial,helvetica,sans-serif;
		font-weight : normal;
		font-style : normal;
		font-size : 10px;
		line-height : 10px;
	}

	strong  {
		font-weight : bold;
	}

	.H1,h1  {
		color : black;
		font-family : arial,helvetica,sans-serif;
		font-weight : bold;
		font-style : normal;
		font-size : 16px;
		line-height : 18px;
	}

	.H2,h2  {
		color : black;
		font-family : arial,helvetica,sans-serif;
		font-weight : bold;
		font-style : normal;
		font-size : 14px;
		line-height : 14px;
	}

	.H3,h3  {
		color : black;
		font-family : arial,helvetica,sans-serif;
		font-weight : bold;
		font-style : normal;
		font-size : 12px;
		line-height : 12px;
	}


	h4  {
		color : #330000;
		font-family : arial,helvetica,sans-serif;
		font-weight : bold;
		font-style : normal;
		font-size : 15px;
		line-height : 14px;
	}

	A  {
		color : #003399;
		color : #4d7181;
		font-weight : bold;
		text-decoration : none;
	}

	A:Visited  {
		color : #002288;
		color : #4d7181;
	}

	A:Active  {
		color : #0000cc;
	}

	A:Hover  {
		color : #000066;
		color : #425f6c;
		text-decoration : underline;
	}

	img A:Hover  {
		text-decoration : none;
	}