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

body								{
										background-color:#1a1a1a;
										margin:0;
										padding:0;
										}
.container						    {	
										width:800px;
										background-color:#FFFFFF;
										padding:5px 5px;
										}
.nav, .nav:visited					{
										font-family:"Times New Roman", Times, serif;
										font-size:14px;
										font-weight:bold;
										color:#FFFFFF;
										text-decoration:none;
										}	
.nav:hover							{
										font-family:"Times New Roman", Times, serif;
										font-size:14px;
										font-weight:bold;
										color:#FF0000;
										text-decoration:none;
										}	
.nav-selected						{
										font-family:"Times New Roman", Times, serif;
										font-size:14px;
										font-weight:bold;
										color:#FF0000;
										text-decoration:none;
										}										
.title1								{
										font-family:"Times New Roman", Times, serif;
										font-size:12px;
										font-weight:bold;
										color:#FF0000;
										}
.title2								{
										font-family:"Times New Roman", Times, serif;
										font-size:12px;
										font-weight:bold;
										color:#FFFFFF;
										}
.title3								{
										font-family:"Times New Roman", Times, serif;
										font-size:3em;
										font-weight:bold;
										color:#ee5f64;
										text-align:center;
										}
.text1								{
										font-family:"Times New Roman", Times, serif;
										font-size:12px;
										color:#FFFFFF;
										}
.text-link, .text-link:visited		{
										font-family:"Times New Roman", Times, serif;
										font-size:12px;
										color:#FFFFFF;
										text-decoration:underline;
										}
.text-link:hover					{
										font-family:"Times New Roman", Times, serif;
										font-size:12px;
										color:#FF0000;
										text-decoration:underline;
										}
.matt1								{
										overflow:auto;
										width:760px;
										height:180px;
										padding:10px 10px;
										border:1px solid #999999;
										}
.box1								{
										height:30px;
										line-height:30px;
										padding-left:12px;
										background-color:#2e2e2e;
										}
.box2								{
										padding:8px 8px;
										}
.img-border, .img-border:visited	{
										border:1px solid #b0b0b0;
										}
.img-border:hover					{
										border:1px solid #FF0000;
										}
ul									{
										font-family:"Times New Roman", Times, serif;
										font-size:12px;
										color:#FFFFFF;
										}
