/*
This is to avoid sites being unreadable when the smallest font size is selected in ie.
full explanation of why the fonts are like this:http://diveintoaccessibility.org/day_26_using_relative_font_sizes.html*/

body,
td,
p,
blockquote,
li,
.menu,
.rootcaption,
table, 
input, 
select, 
textarea,
.pagebutton input,
.selectedpagebutton input,
a
{
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;	
	color: #000000;
}


/*/*/a{}
body,
td,
p,
blockquote,
li,
.menu,
.rootcaption,
table, 
select, 
textarea, 
a
{
  font-size: x-small;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: small;
}

input,
.pagebutton input,
.selectedpagebutton input
{
	font-size: 100%;
}


body h1{
	font-size: 135%;
}
body h2{
	font-size: 120%;
}
body h3{
	font-size: 110%;
}
#iomdescriptionheader
{
	font-size: 150%;
}

#loginheader,
.loginpage
{
	font-size:110%; 
}
#namecheckerheader,
#homepagelinkheader,
#homepagenewsheader
{
	font-size:120%; 
}


html>body,
html>body td,
html>body th,
html>body p,
html>body blockquote,
html>body li,
html>body .menu,
html>body .breadcrumb
{
  font-size: small;
}  



/* */
/*
body .breadcrumb
{
  font-size: x-small;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: small;
}
*/
.copyright{
	font-size:smaller;
}