/* fonts */

p, font, li {color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 8pt;}
h3, h4 {
	color: #000000; font-family: Arial, Helvetica, sans-serif; 
}
h3{
	font-size: 16px;
}
h4{
	font-size: 12px;
	font-weight: normal;
}
/* layout + design */

hr {
   color:#000000; height:1;

}

body{
	background : url(../../Users/peggyhrovat/.Trash/images/blue_dot.gif);
	background-color : #000066;
} 
.content{
	border-right : 1px solid Black;
	border-bottom : 1px solid Black;
	background-color : #E8E1CE; 
}
.content_nox{
	border-right : 1px solid Black;
	background-color : #E8E1CE; 
}
.content_noy{
	border-bottom : 1px solid Black;
	background-color : #E8E1CE; 
}

.story{
	padding : 8px;
	border-right : 1px solid Black;
	border-bottom : 1px solid Black;
	background-color : #E8E1CE; 
}

.white{
	padding : 8px;
	border : 1px solid Black;
	background-color : #ffffff; 
}

img.border{
	border: 1px solid #000000;
}

.box_head{
	padding : 8px;
	border : 1px solid Black;
	background-color: #333366;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight : bold;
}

.box{
	padding : 8px;
	border : 1px solid Black;
	background-color: #CEC89E; 
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight : bold;
}
.boxgr { }
. { }
/* links */

a {font-size: 12px; font-weight: bold; font-family: Arial, Helvetica, sans-serif;}
a:link {color: #000000;  text-decoration: none;}
a:visited {color: #666666; text-decoration: none;}
a:hover {color: #666666; text-decoration: underline;}
a:active {color: #666666; text-decoration: underline;}
