/* fidt.css */

* {
	margin: 0;
	padding: 0;
}

html {

}


body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #fafafa;
	font-size: 12px;
	background-color: #232323;
	text-align: center;
}

div.intro {
	margin: auto;
	margin-top: 200px;
	width: 800px;
}

table.intro {
	margin: auto;
	text-align: center;
	vertical-align: middle;
	background-color: #232323;
	color: #fafafa;
	font-size: 48px;
}

td.intro {
	width: 100px;
	height: 100px;
	background-color: #0080ff;
}

div.main {
	margin: auto;
	width: 800px;
	text-align:center;
	vertical-align:middle;
}

table.main {
	width: 800px;
	text-align: center;
	vertical-align: middle;
	background-color: #232323;
	color: #fafafa;
	font-size: 12px;
/*	table-layout: fixed; */
}

td.head, td.foot {
	background-image: url(bg01.gif);
	background-repeat: repeat-y;
	background-position: right;
	width:600px;
	height:100px;
	text-align: left;
	color: #0080ff;
	font-size: 24px;
	padding-left: 5px;
}

td.foot {
	font-size: 18px;
	text-align: right;
	vertical-align: middle;
	background-image: url(bg02.gif);
	background-repeat: repeat-y;
	background-position: left;
}

td.content {
	width: 600px;
	min-height: 300px;
	text-align: left;
	vertical-align: top;
	border: 2px dotted #0080ff;
	padding: 5px 0px 5px 5px;
}


td.corner {
	font-size: 14px;
	font-weight: 600;
	width: 100px;
	height: 100px;
	background-color: #0080ff;
	background-image: url(button.gif);
	background-repeat: norepeat;
}

td.corner:hover {
	cursor: pointer;
	background-color: #0000ff;
	background-image: url(button_down.gif);
	background-repeat: norepeat;
}

td.fidt {
	font-size: 18px;
	font-weight: 500;
	
}

td.rightcol, td.leftcol {
	text-align: center;
	vertical-align: top;
	min-height: 300px;
	background-image: url(bg04.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

td.leftcol {
	background-image: url(bg03.gif);
	background-repeat: repeat-x;
	background-position: top;
}

td.fidt {
	font-size: 28px;
/*	font-weight: bold; */
}

a {
	color: #0080ff;
}

a.corner {
	color: #fafafa;
	text-decoration: none;
}

/*
a.corner:hover {
	color: #fafafa;
	text-decoration: underline;
}
*/

/*
.headline {
	padding-top: 0px;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: ;
}
*/

h3 {
	padding-top: 0px;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: normal;
}

h5 {
	padding-top: 0px;
	padding-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	
}

span.caps {
	font-variant: small-caps;
}

td.button {
	width: 30px;
	height: 30px;
	font-size: 12px;
	background-color: #0080ff;
	color: #fafafa;
	text-align: center;
	vertical-align: middle;

	hover:expression(
		this.onmouseover=new Function("this.style.background='#0000ff'; this.style.cursor='pointer';"),
		this.onmouseout=new Function("this.style.background='#0080ff';")
	);

}

td.button:hover {
	cursor: pointer;
	background-color: #0000ff;
}

td.large {
	width: 80px;
	height: 80px;
	font-size: 12px;
}

table.foot {
	margin: auto;
	margin-right: 10px;
	text-align: center;
	vertical-align: middle;
}

table.rightcol {
	margin: auto;
	margin-top: 0px;
	text-align: center;
	vertical-align: top;
}

img.foto {
	border-top: 2px solid #696969;
	border-right: 2px solid #464646;
	border-bottom: 2px solid #464646;
	border-left: 2px solid #696969;
}

ul {
	padding-left: 20px;
	list-style-type: square;
	line-height: 1.4em;
}

.forms {
	background-color: #464646;
	color: #fafafa;
	border: 1px solid #0080ff;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
}

td.standard {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #fafafa;
	font-size: 12px;
}

td.right {
	text-align: right;
	padding-right: 10px;
}

input.button {
	border-top: 2px solid #696969;
	border-right: 2px solid #464646;
	border-bottom: 2px solid #464646;
	border-left: 2px solid #696969;
	background-color: #0080ff;
	color: #fafafa;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
}

input.button:hover {
	cursor: pointer;
	background-color: #0000ff;
}




