/* MAIN */
#invis {visibility:hidden; position:absolute;}
body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #484848;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*.text table tr td p{font-size:14px;}*/

table 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* TEXT */
h1
{
	font-family: "Century Gothic", Arial;
	color: #5C5C5C;
	font-size: 24px;
	font-weight: normal;
	margin:0;
	padding:0;
}

h2
{
	font-family: "Century Gothic", Arial;
	color: #5C5C5C;
	line-height: 12px;
	font-size: 14px;
}

.br{
display: block;
margin: 0px 290px 0px 290px; 
text-align : justify; 
}

.txt_head_grey
{
	font-family: "Century Gothic", Arial;
	color: #5C5C5C;
	line-height: 12px;
	font-size: 30px;
}
.txt_head_0
{
	font-family: "Century Gothic", Arial;
	color: #5C5C5C;
	line-height: 12px;
	font-size: 30px;
}
.txt_head_1
{
	font-family: "Century Gothic", Arial;
	color: #5C5C5C;
	font-size: 24px;
}

.txt_head_1m
{
	font-family: "Century Gothic", Arial;
	color: #5C5C5C;
	font-size: 24px;
}

.txt_head_1 a:hover
{
	text-decoration: none;
}

.txt_head_2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5C5C5C;
	font-size: 16px;
}
.txt_head_3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #484848;
	font-size: 16px;
}
.txt_12
{
	font-size: 12px;
}

.txt_br
{
	text-align : left;
	height : 40px;
}

.txt_grey
{
	color: #999999;
}
.txt_white
{
	color: #FFFFFF;
}
.txt_sml
{
	color: #999999;
	font-size: 11px;
}
.txt_copy
{
	color: #999999;
	font-size: 10px;
}

/* LINKS */
a
{
	color: #484848;
	text-decoration: underline;
}
a:hover
{
	color: #F70000;
	text-decoration: none;
}
a.lnk_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3F79C7;
	text-decoration: underline;
}
a.lnk_blue:hover {
	color: #3F79C7;
	text-decoration: nonw;
}
a.lnk_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.lnk_white:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


/* FORMS */
.line
{
	color: #DCDCDC;
}
.text_field
{
	background-color: #FFFFFF;
	border: 1px solid #D4D4D4;
	font-size: 12px;
	color: #696969;
}
.button
{
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	color: #696969;
	height: 18px;
	width: auto;
	border-top: 1px solid #D4D4D4;
	border-right: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
	border-left: 1px solid #D4D4D4;
}
.left_hat
{
	background-image: url(img/left_hat.gif);
	background-repeat: no-repeat;
	background-position: right;
}
