/***********************************************************************
* General styles
/***********************************************************************/

body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #9faab2;
	margin: 0px;
	margin-left: 0px;
	margin-top: 0px;
	font-size: 12px;
	color: #231f20;
}

table
{
	font-size: 12px;
	color: #231f20;
}

a:link,
a:visited
{
	text-decoration: underline;
	font-size: 12px;
	color: #4f4f4f;
}
a:hover
{
	text-decoration: none;
	font-size: 12px;
	color: #4f4f4f;
}

/***********************************************************************
* Texts style
/***********************************************************************/

.gray_12
{
	font-size: 12px;
	color: #5d5d5d;
}

/***********************************************************************
* Images style
/***********************************************************************/

.thumb
{
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #c4c4c4;
	border-left-color: #c4c4c4;
	border-right-color: black;
	border-bottom-color: black;
}