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

body					{
							background-image:url(../images/bg-logo.jpg);
							background-color:#171717;
							margin:0;
							padding:0;
							}
.matt1					{
							width:315px;
							height:166px;
							overflow:auto;
							padding:5px 5px;
							}
.title					{
							font-family:"Times New Roman", Times, serif;
							font-weight:bold;
							font-size:20px;
							color:#FF0000;
							padding-bottom:10px;
							}
.text1					{
							font-family:"Times New Roman", Times, serif;
							font-size:12px;
							color:#FFFFFF;
							}
.text2					{
							font-family:"Times New Roman", Times, serif;
							font-size:12px;
							font-weight:bold;
							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;
										}
ul						{
							font-family:"Times New Roman", Times, serif;
							font-size:12px;
							color:#FF0000;
							list-style-type:decimal;
							}
