* {
	font-family: 'Trebuchet MS', 'Verdana', 'Tahoma', 'Arial';
	font-size: 12px;
	color: #878787;
}

body {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-variant: small-caps;
}

strong:first-letter {
	text-transform: uppercase;
}

.text_input {
	padding-left: 5px;
	width: 80%;
	border: 1px solid #878787;
}

.op_title {
	font-size: 16px;
	font-weight: bold;
}

.op_home_title {
	font-size: 10px;
}

h1 {
	font-weight: bold;
	font-variant: small-caps;
	font-size: 16px;
}

li {
	list-style: none;
	margin-left: 40px;
}

fieldset {
	width: 750px;
	border: 1px solid #878787;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
}

legend {
	border: 1px solid #878787;
	padding: 5px 30px 5px 5px;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
}

legend b {
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color: blue;	
}

a.email_link {
	text-transform: lowercase;
}