/* CSS Document */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #E0AF29;
	background-color: #262758;

/*
	background-image: url(../images/bkg/rork.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
*/
	}
.font1 {
	font: bolder 14px "lucida sans unicode", verdana, sans-serif;
	color: #E2DFD3;
}


.link1 {
	font: 10pt Arial, Helvetica, sans-serif;
	text-decoration: none;
	letter-spacing: -0.05em;
}
a.link1:link { color: #AAB9CE; }
a.link1:visited { color: #8FADDA; }
a.link1:hover { color: #FF9999; text-decoration: underline; }
a.link1:active { color: #66FFFF; }
.gradline {
	line-height: 8px;
	background-image: url(../images/grad/h7_wonder1.jpg);
}


.link2 {
	font: 11pt Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight:bold;
	letter-spacing: -0.05em;
}
a.link2:link { color: #FF9B28; }
a.link2:visited { color: #FF9B28; }
a.link2:hover { color: #89A6E0; text-decoration: underline; }
a.link2:active { color: #66FFFF; }


.gradline {
	line-height: 8px;
	background-image: url(../images/grad/h5_italy1b.jpg);
}


.form-style {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 12px;
	border: 2px solid #DFD171;
	background-color: #DA9F34;
}

/* stuff for voting forms */


.font-number {
	font-family: "Trebuchet MS", Palatino, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #EDBF23;
}
.form-fill {
	font-family: "Trebuchet MS", Palatino, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	border: medium double #0066CC;
	height: 25px;
	width: 200px;
	background-color: #7BA7C1;
}
.form-fill1 {
	font-family: "Trebuchet MS", Palatino, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	border: medium double #0066CC;
	height: 120px;
	width: 210px;
	background-color: #7BA7C1;
}
.form-fill2 {
	font-family: "Trebuchet MS", Palatino, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	background-color: #6953AA;
	border: medium double #0066CC;
	height: 25px;
	width: 200px;
}
.button {
	font-family: "Trebuchet MS", Palatino, sans-serif;
	font-size: 12pt;
	color: #C5A35A;
	background-color: #4B2D25;
	border: thin solid #CD325C;
}
/* input:focus, input.sffocus { background: orange; } */

/*--------------focus stuff----------------*/


/* prev 

input:focus, textarea:focus {
	background: #FFD4FF;
	border-color: #F108F1;
}



input.sffocus, textarea.sffocus {
	background: #cfc;
	border-color: #090;
}
//  new   */

input.sffocus {
	background: #FFD4FF;
	border-color: #F108F1;
}

textarea.sffocus {
	background: #FFD4FF;
	border-color: #F108F1;
}




.font-strong-arial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #DDB14A;
}
.font-georgia-blue {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #B7B8E3;
}

.head-sub {
	font-family: arial, sens-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #F7DB1F;
	width: auto;
	margin-left:5px;
	margin-right:40px;
	background-color:#395280;
	text-indent: 1em;
	padding: 2px;
	height: 14pt;
	border: 1px solid #E0AF29;
}

.head-big {
	font-family: arial, sens-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #FFD42A;
	margin-left:20%;
	margin-right: 20%;
	background-color: #B72B08;
	text-align: center;
	padding: 2px;
	height: 14pt;
	border: 1px solid #FAE3A0;
}
