<style>

	body
	{
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 10px;
		color: #83839D;
		background-repeat : no-repeat;
		background-color : #A9A9B7;
	}

	.textGray
	{font-family: arial,helvetica,sans-serif;
		font-size: 12px;
		line-height: 14px;
		color: #838383;}
	.textRed
	{
		font-family: arial,helvetica,sans-serif;
		font-size: 12px;
		line-height: 14px;
		color: Red;
	}


	.textWhite
	{font-family: arial,helvetica,sans-serif;
		font-size: 13px;
		line-height: 14px;
		color: #ffffff;}

	.textGraySmall
	{font-family: arial,helvetica,sans-serif;
		font-size: 10px;
		line-height: 14px;
		color: #838383;}
	.textBlue
	{font-family: arial,helvetica,sans-serif;
		font-size: 12px;
		line-height: 14px;
		color: #00AEEF;}
	.textBlueLineHeight
	{font-family: arial,helvetica,sans-serif;
		font-size: 12px;
		line-height: 15px;
		color: #00AEEF;}
	.textBlack
	{font-family: arial,helvetica,sans-serif;
		font-size: 12px;
		line-height: 16px;
		color: #000000;}
	.textBlackHeight
	{font-family: arial,helvetica,sans-serif;
		font-size: 12px;
		line-height: 16px;
		color: #000000;}



	/* styles linken */


	a.textBlackLink
	{font-family: arial,helvetica,sans-serif;
		font-size: 12px;
		line-height: 16px;
		color: #000000;
		text-decoration: none;}
		a.textBlackLink:hover
	{font-family: arial,helvetica,sans-serif;
		font-size: 12px;
		line-height: 16px;
		color: #000000;
		text-decoration: underline;}

	a.textGraylink
	{font-family: arial,helvetica,sans-serif;
		font-size: 10px;
		line-height: 14px;
		color: #838383;
		text-decoration: none;}
		a.textGraylink:hover
	{font-family: arial,helvetica,sans-serif;
		font-size: 10px;
		line-height: 14px;
		color: #838383;
		text-decoration: none;}
	a.textBlueLink
	{font-family: arial,helvetica,sans-serif;
		font-size: 12px;
		line-height: 14px;
		color: #00AEEF;
		text-decoration: none;}
		a.textBlueLink:hover
	{font-family: arial,helvetica,sans-serif;
		font-size: 12px;
		line-height: 14px;
		text-decoration: none;
		color: #00AEEF;}
	
	table.grey {
	border-width: 1px;
	border-spacing: ;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
	}
	
	/* forms */

	.field {
		background-color: #EDEDED;
		color: Black;
		font-family: arial,helvetica,sans-serif;
		font-size: 11px;
		font-weight: normal;
		border: none;
	}
</style>