html,body {	
	background-color: #ffffff;
	background: #ffffff;
	height:100%; 
}

body,td,div,.p,a{
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS', geneva, sans-serif;
	font-size: small;
	color: #444444;
	text-align: left;	
}

div.page{
	height: 100%;
	padding: 20px;
}

div.yeti{
	position:absolute;
	top: 10px;
	left: 10px;
}

a:link {
	text-decoration: none;
	font-weight:  bold;	
	color: #000088;
}
	
a:visited {
	text-decoration: none;
	font-weight:  bold;
	color: #000088;
}
	
a:active {
	text-decoration: none;
	font-weight:  bold;
	color: #000088;
}

a:hover {
	text-decoration: underline;
	color: #000088;
}

h1 {
	font-size: 1.8em;
	font-weight: bold;
	color: #555555;
	margin-top: 0px;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	color: #555555;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #555555;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

input,textarea,select{
	width: 300px;
	font-family: 'Arial', sans-serif;
	font-size: 10pt;
	color: #333333;
	background: #f8f8ff;
}

.gout {
	color: #888888;
	font-weight: bold;
}

.conf {
	position:absolute;
	top: 100px;
	left:50%;
	margin-left:-250px;
	width: 500px;
	border: solid 2px #990000;
	background-color: #ffffff;
	padding: 10px;
	line-height: 2em;
	text-align: center;
	visibility: hidden;
}

.butn {
	border: solid 1px #555555;
	background-color: #dddddd;
	margin: 20px;
	padding: 5px;
	line-height: 4em;
	text-align: center;
}

.newt {
	font-weight:normal;
	color:#993300
}

.warn {
	font-weight:bold;
	color:#990000
}

.yow {
	padding: 6px 0 0 8px;
	font-weight: normal;
	color: #666666;
	text-align: left;
}

.yow a:link {
	text-decoration: none;
	font-size: smaller;
	font-weight: normal;
	color: #666666;
}
	
.yow a:visited {
	text-decoration: none;
	font-size: smaller;
	font-weight: normal;
	color: #666666;
}
	
.yow a:active {
	text-decoration: none;
	font-size: smaller;
	font-weight: normal;
	color: #666666;
}

.yow a:hover {
	text-decoration: underline;
	font-size: smaller;
	font-weight: normal;
	color: #333333;
}
