/* CSS Document */

.typeLeft {
	text-align: left;
}

.typeCenter {
	text-align: center;
}

.typeRight {
	text-align: right;
}

.indent {
	text-indent:10px;
}

.textfield {
	background: #EEEEEE;
	border : 1px solid #000000;
}

input:focus,textarea:focus {
	background: #FFCC99;
}

.bttn {
	background: #EEEEEE;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
} 

.underline {
	text-decoration: underline
}

.linethru {
	text-decoration: line-through
}

a:link {
	color: #0066FF
}

a:visited {
	color: #FF00FF
}

a:hover {
	color: #0066FF;
	text-decoration: underline overline
}

a:active {
	color: #FF0000
}

body {
	background-image: url(../images/main_background.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	padding-left: 5px;
	color: #000000;
}
