/*1st font-size is for IE 5.5 and older browsers, voice-family lines hide second font-size from older browsers including IE 5.5. Thus second font-size is overides 1st font-size in IE 6, Netscape 6+, Safari, Opera 7*/
/*for consistency, put color, margins, borders, padding etc at top, next font style information with font-size last.*/

INPUT, SELECT, TEXTAREA, H1, H2, H3, H4, H5, BODY, P, A, DIV, SPAN, TABLE, TH, TD {
font-family: Georgia,'Times New Roman',Times,serif; }

td, th, textarea, input, select, div, span {
font-size: xx-small;
voice-family: "\"}\"";
voice-family: inherit;
font-size: 100%; }

body {
background-color: #ffd133;
margin: 0;
padding: 0;
font-size: .9em;
voice-family: "\"}\"";
voice-family: inherit;
font-size: .6em;
}

.body {
background-image: url(images/bg.gif);
background-repeat: repeat-x;
padding: 0;
margin: 0;
}

.registery {
color: #f09;
font-style: italic;
font-weight: bold;
font-size: .8em;
voice-family: "\"}\"";
voice-family: inherit;
font-size: 1.1em;
}

a:link {
color: #609;
text-decoration: none;
}

a:visited {
color: #96c;
text-decoration: none;
}

a:active {
color: #609;
text-decoration: none;
}

a:hover {
color: #fc0;
border-bottom: 1px dashed #fc0;
}

h1 {
color: #609;
font-style: italic;
font-weight: bold;
font-size: 1.2em;
voice-family: "\"}\"";
voice-family: inherit;
font-size: 1.4em;
}

.nowrap {
white-space: nowrap;
}