﻿body
{
    margin: 0px;
    font-family: Verdana;
    font-size: 18px;
    color: #2c2c2c;
    line-height:22px;
}

img
{
border:0px;
}

a
 {
	text-decoration:underline;
	color:red;
}

input
	{
    font-family: Verdana;
    font-size: 12px;
	}

a:hover
 {
	text-decoration:underline;
}

hr
	{
		border-top:solid 1px black;
		border-bottom:0;
		height:1px;
	}

.title
{
	font-size:50px;
	color: #2c2c2c;
	text-decoration:none;
}

.title:hover
 {
	text-decoration:none;
}

.button
{
	font-size:18px;
}

.note
{
	font-size:12px;
	line-height:14px;
}

.topMenu
{
	font-size:12px;
	padding-top:40px;
	padding-left:580px;
}

.topMenu a
{
	color:white;
	text-decoration:none;
}

.topMenu a:hover
 {
	text-decoration:underline;
}

.footer
	{
	width:1000px;
	height:40px;
	background-color:#2c2c2c;
	text-align:center;
	padding-top:14px;
	color:white;
	font-size:12px;
	}
	
.innerPage
	{
	background-image:url(../images/inner_gnd.jpg);
	background-repeat:no-repeat;
	}