@charset "utf-8";
/* CSS Document */

body
	{
	margin:0;
	padding:0;
	font-family:"Georgia", Times New Roman, Times, serif;
	font-size:12px;
	line-height:18px;
	color:#000;
	}
body a { text-decoration:none; color:#FF0000; }

body a:hover { text-decoration:none; color:#ccc; }

#nav
	{
	padding-top:50px;
	border-bottom:1px solid #e1e1e1;
	}
#nav ul
	{
	margin:0px;
	padding:0px;
	width:544px;
	}
#nav li
	{
	width:25%;
	float:left;
	list-style-type:none;
	}
#nav li a
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FF0000;
	text-decoration:none;
	}
	
#nav li a:hover
	{
	color:#000;
	text-decoration:none;
	}
	
#text
	{
	font-family:"Georgia", Times New Roman, Times, serif;
	font-size:44px;
	color:#FF0000;
	padding-top:39px;
	}
#text p
	{
	font-size:16px;
	font-style:italic;
	color:#424141;
	line-height:29px;
	text-align:left;
	width:489px;
	display:block;
	padding-left:30px;
	}
.grey_text
	{
	font-size:22px;
	line-height:24px;
	color:#5c5c5c;
	}
.red_text
	{
	font-size:18px;
	line-height:24px;
	color:#FF0000;
	}
.red{ color:#FF0000; }

#doted
	{
	padding-top:10px;
	font-size:15px;
	font-weight:bold;
	color:#424141;
	line-height:48px;
	text-align:center;
	width:526px;
	height:48px;
	display:block;
	padding-left:25px;
	border-top:1px dotted #666666;
	border-bottom:1px dotted #666666;
	}
.table_bg
	{
	background:url(images/table-bg.jpg) repeat-x top left;
	}
.right_repeat
	{
	background:url(images/right-repeat.jpg) repeat-y top left;
	}
.left_repeat
	{
	background:url(images/left-repeat.jpg) repeat-y top left;
	}
.table_bg p
	{
	font-size:12px;
	line-height:16px;
	}
.text_field
	{
	width:220px;
	height:20px;
	border:1px solid #d4d4d4;
	}
.text_area
	{
	width:220px;
	height:80px;
	border:1px solid #d4d4d4;
	}
.footer_link
	{
	color:#999999;
	text-decoration:none;
	}
.footer_link:hover
	{
	color:#333333;
	text-decoration:none;
	}
