* { margin: 0; padding: 0; }

body
	{
	font-family: "Times CY", "Times New Roman", serif;
	font-size:9pt;
	line-height: 18px;
	color: rgb(0,0,0);
	background: rgb(255,255,255);
	}

h1 { margin-bottom: 18px; font-size: 18pt; }
h2 { margin-bottom: 18px; font-size: 16pt; }
h3 { margin-bottom: 18px; font-size:14pt; }
h4 { margin-bottom: 18px; font-size: 12pt; }
p { margin-bottom: 18px; font-size: 9pt; }

img { border: 0; }

.right { text-align:right !important; }

.error { color:rgb(130,0,0); background:transparent; }

a { color:rgb(0,102,204); background:transparent; }
a:hover { color:rgb(0,51,101); background:transparent; }

.row
	{
	margin:0px auto 0px auto;
	width:770px; clear:both;
	}

#header
	{
	display:none;
	}

#menu
	{
	display:none;
	}

#banner
	{
	display:none;
	}

#content
	{
	margin-bottom:6px; font-size:10pt;
	background: transparent; color:rgb(0,0,0);
	}

	.column
		{
		float:left;
		}

	#left_column
		{
		display:none;
		}

		.textblock
			{
			clear:both;
			}

	#right_column
		{
		margin:0px 18px;
		width:770px;
		}

#footer
	{
	height:40px; margin-bottom:6px; text-align:left;
	background: transparent; color:rgb(0,0,0);
	}