/* CSS Document */
*{
	margin:0;
	padding:0;
	font-family:Verdana; 
    	color: #663366;
	font-size:13px;
	font-weight:bold;
}
body {
	background-color: #cccccc;
	background-image: url(images/bg.jpg);
	background-position: center;
	background-attachment: fixed;
	background-repeat:no-repeat;
	background-position:top;
}
a.nav {
	font-family:Verdana;  
	font-weight:bold;
    color: #ffff00;
    text-decoration: none;
	font-size:18px;
}
a.nav:link {
	font-family:Verdana;  
	font-weight:bold;
    color: #ffff00;
    text-decoration: none;
	font-size:18px;
}
a.nav:hover {
	font-family:Verdana; 
	font-weight:bold;
    color: #ffff00;
    text-decoration: underline;
	font-size:18px;
}

a:link {
	font-family:Verdana; 
    color: #a777c9;
	font-size:12px;
	font-weight:bold;
    text-decoration: underline;
}
a:hover {
	font-family:Verdana; 
    color: #FE8D09;
	font-size:12px;
	font-weight:bold;
    text-decoration: underline;
}
h1 {
	font-family:Verdana;
    	color: #0F377C;
	font-size:22px;
}
.deco {
	color: #FE8D09;
	font-weight: bold;
	font-size: 18px;
}

/* Barry */

font.headline {
	font-family:Verdana;
    	color: #0F377C;
    	font-weight: bold; 
	font-size:16px;
}
font.caption {
	font-family:Verdana;
    	color: #0F377C;
    	font-weight: bold; 
	font-size:14px;
}

font.mediumtxt {
	font-family:Verdana; 
    	color: #663366;
	font-size: 12px;
	font-weight:bold;
}

font.smalltxt {
	font-family:Verdana; 
    	color: #663366;
	font-size: 10px;
	font-weight:bold;
}

img.img_r { float: right; padding: 6px; background-color: #FFFFFF; border-style: solid; border-width: 1px; border-color: #663366; }
img.img_r2 { border-style: solid; border-width: 1px; border-color: #663366; }

a.headline {
	font-family:Verdana;
    	color: #0F377C;
    	font-weight: bold; 
	font-size:16px;
    	text-decoration: underline;
}
a.headline:hover {
	font-family:Verdana;
    	color: #FE8D09;
    	font-weight: bold; 
	font-size:16px;
    	text-decoration: underline;
}
a.more {
	font-family:Verdana; 
    	color: #a777c9;
	font-size: 10px;
	font-weight:bold;
    	text-decoration: underline;
}
a.more:hover {
	font-family:Verdana; 
    	color: #FE8D09;
	font-size: 10px;
	font-weight:bold;
    	text-decoration: underline;
}

a.smallish {
	font-family:Verdana; 
    	color: #0F377C;
	font-size: 10px;
	font-weight:bold;
    	text-decoration: underline;
}
a.smallish:hover {
	font-family:Verdana; 
    	color: #FE8D09;
	font-size: 10px;
	font-weight:bold;
    	text-decoration: underline;
}

a.peak {
	font-family:Verdana; 
    	color: #33CC33;
	font-size: 10px;
	font-weight:bold;
    	text-decoration: underline;
}
a.peak:hover {
	font-family:Verdana; 
    	color: #FE8D09;
	font-size: 10px;
	font-weight:bold;
    	text-decoration: underline;
}

input.contacttxt { width: 300px; font-family: verdana,arial,sans-serif; font-size: 12px; font-weight: bold; color: #000000; }
textarea.contacttxt { width: 300px; height: 120px; font-family: verdana,arial,sans-serif; font-size: 12px; font-weight: bold; color: #000000; }

