h1 {
       font-family: Trebuchet MS;
       font-weight: normal;
       font-size: 15pt;
       color: #FF006A;
       text-transform: none;
       text-align:left;
       margin:0px;
       padding:0px;
}

h2 {
       font-family: Tahoma;
       font-weight: normal;
       font-size: 8pt;
       color: #211E25;
       text-align:justify;
       line-height: 15px;
       margin:0px;
       padding:0px;
}

h3 {
       font-family: Century Gothic;
       font-weight: normal;
       font-size: 7pt;
       color: #3F3F3F;
       text-align:right;
       border-top: #BDBABA dashed 1px;
       margin:0px;
       padding:1px;
}

h5 {
       font-family: Tahoma;
       font-weight: normal;
       font-size: 8pt;
       color: #211E25;
       text-align:left;
       line-height: 12px;
       margin-bottom: 2px;
       margin-top: 0px;
       padding:3px;
}

h6 {
       font-family: Trebuchet MS;
       font-weight: normal;
       font-size: 15pt;
       color: #FF006A;
       text-transform: none;
       text-align:left;
       margin:0px;
       padding:0px;
}

i {color: #BE0E58; font-family: gerogia; font-weight: normal; font-size: 8pt;}
b {color: #BF957F; font-family: Tahoma; font-weight: bold; font-size: 8pt;}
n {color: #288B88; font-weight: bold;}
m {color: #D1B362; font-size: 8pt; font-weight: bold; font-family:Tahoma;}

a:link, a:visited {
       font-family: Verdana;
       font-weight: bold;
       font-size: 8pt;
       text-transform: none;
       text-decoration: none;
       color: #7D6874;
} 

a:hover, a:active {
       font-family: Verdana;
       font-weight: bold;
       font-size: 8pt;
       text-decoration: underline;
       color: #A68B9A;
} 

}

#nav a{
       display: block;
       background: #D4D4D4;
       font-family: Tahoma;
       font-weight: bold;
       font-size: 6pt;
       color: #000000;
       padding:2px;
       text-transform: uppercase;
       text-align:left;
}

#nav a:hover {
       display: block;
       background: #F5F5F5;
       text-transform: uppercase;
       color: #FF6A88;
       text-decoration: none; 
       border-right: 30px solid #775CF5;
}

blockquote {
line-height: 10px;
color:#19195F;
font-family: Verdana;
font-size: 8px;
letter-spacing:0.8;
border-left: 5px solid #B1AFAF;
padding-left: 7px;
background-image: url(http://i303.photobucket.com/albums/nn144/haydendisplay/layout/blocktausta.png);
}

/* Text Format */

.head{background: #;
text-align: center;
font-size: 8pt;
font-family: verdana, arial;
text-transform: uppercase;
line-height: 14px;
font-weight: bold;
letter-spacing: 2;
color: #b89db6; 
margin-bottom: 5px;
marging-top: 8px;
padding: 1px;
padding-top: 4px;
border-bottom: 1px dotted #AAAAAA;
}

.box{text-align: justify;
font-size: 8pt;
font-family: verdana, arial;
line-height: 12px;
letter-spacing: 0;
color: #646464; 
margin-bottom: 5px;
marging-top: 8px;
padding: 1px;
}

/* Forms */

select, input, textarea
{background: #ffffff; 
font-family: tahoma, arial; 
font-weigth: bold;
letter-spacing: 1pt; 
color: #646464; 
font-size: 9px;
border-bottom: 1px solid #AAAAAA;
border-top: 1px solid #AAAAAA;
border-left: 1px solid #AAAAAA;
border-right: 1px solid #AAAAAA;
}

input:focus, textarea:focus, select:focus {
	background-color: #FF6A88;
	border: 1px solid #AAAAAA;
	color: #FFFFFF;
	font-weigth: bold;
	}