/* - - - - - - - - - - - - - - - - - - - - -

Title : 
Author : 
URL : 

Description : 

Created : 
Modified : 

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

*{
}	
html{
}	
body{
margin: 5%;
padding: 0px;
font-size: 12px;
font-family: Verdana, Arial, Sans-Serif;
}

/* ----- IDS ----- */

#container{
width: 100%;
color: #000;
margin: 0px auto;
line-height: 2.0em;
padding: 0px;
}	
#primaryContent{
clear: both;
}	
html>body #primaryContent {
}
#primaryContent p{
padding: 0px;
text-align: justify;
}
#primaryContent p:first-letter {
font-size: 1.7em;
color: #FF4200;
}

#nav, #navigation span, .noprint{
display: none;
}	

#navigation p {
float: right;
}

#logo {
float: left;
}

abbr {
text-decoration: none;
}

/* ----- HEADINGS ----- */

h1{
font-size: 30px;
text-align: right;
font-weight: bold;
}
h2{
font-size: 18px;
font-weight: bold;
}

/* ----- LINKS ----- */

a{
text-decoration: none;
color: #000;
}
