/* CSS Document */

/*
----------------------------------------------------------------------------------------------
Website StyleSheet
Created:  30 November 2007
---------------------------------------------------------------------------------------------- */

html{
font:400 70%/1.75em arial,verdana,sans-serif;
}
body{
font-size:100%;
}

p{
margin-top:0px;
padding:0px;
margin-bottom:1.5em;
}
p.narrow{
margin-bottom:0.75em;
}

input,textarea,select,option,label{
font-size:1em;
font-family:arial,helvetica,sans-serif;
}
a,a:link,a:visited,a:active,a:hover{
font-weight:400;
}

h1{
font-size:1.33em;
}
h2{
font-size:1.33em;
font-weight:700;
/* 14px */
}
h3{
font-size:1em;
font-weight:700;
}
h4,h5,h6{
font-size:1em;
font-weight:700;
}


.TextStyle01{
font-weight:700;
}
.TextStyle02{
font-style:italic;
}



.SizeText01{
font-size:10px;
}
.SizeText02{
font-size:11px;
}
.SizeText03{
font-size:12px;
}
.SizeText04{
font-size:13px;
}
.SizeText05{
font-size:14px;
}
.SizeText06{
font-size:18px;
}

/* Page specific
---------------------------------------------------------------------------------------------- */






#footer{
font-size:0.9em;
}


