

/*
1
*/

body {
	background-color: #FFFFFF;
	font-size: 12px;
	color: #112233;
	font-family: Arial, Verdana;
	margin-right: 0px;
	margin-left: 20px;
	margin-top: 15px;
}

a:link, a:visited, a:active {
	color: #000066;
	text-decoration: none;
}

a:hover {
	color: #006600;
	text-decoration: none;
}

table {
	text-align: center;
}

td {
	text-align: center;
	font-size: 12px;
}

.logintable {
	text-align: center;
}

.buttontable {
	text-align: center;
	width: 100%;
}

.buttons_top {
	/* background-image: url(YOUR_IMAGE.PNG);
	background-repeat: repeat-x; */
	height: 10px;
	background-position: top;
}

.buttons_bottom {
	/* background-image: url(YOUR_IMAGE.PNG);
	background-repeat: repeat-x; */
	height: 10px;
	background-position: bottom;
}

input, textarea, select, button {
	background-image:   url(./images/style/input_shadow.gif);
	background-repeat: no-repeat;
	font-family: Arial, Verdana;	
	border: 1px solid #000033;
	font-size: 10px;
	color: #333333;
}

.copyright {
	font-size: 10px;
}

.label {
	font-size: 10px;
	text-align: left;
}

.th {
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}

.th2 {
	font-size: 9px;
	text-align: center;
	color: #FF0000
}