/* CSS Document */
h1{
	color:white;
	font-family:arial;
	font-size:20px;
	margin-bottom:10px;
	text-indent:10px;
	
}
h2{
	color:white;
	font-family:arial;
	font-size:18px;
	margin-bottom:10px;
	text-indent:10px;
	
}
h3{
	margin:0px;
}
#p1 td{
}
#p1 a{
	padding:2px;
	font-family:verdana;
	color:white;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	text-indent:4px;
	height:20px;
}
#p1 a:hover{
	color:yellow;
}

#p2 a{
	color:white;
	text-decoration:none;
}
body {
	background-image: url(../images/bgrnd.gif);
	background-color: #4C6993;
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:arial;
}
td, tr{
	font-family:arial;
	font-size:11px;
}
a{
	color:blue;
}
/**
 * Footer
 *
 */
#footer{
	color:white;

}
#footer a{
	color:white;
	text-decoration:none;
	font-size:11px;

}
#biglist td{
	border-bottom:1px dotted silver;
	height:50px;
}
#footer a:hover{
	color:yellow;
	text-decoration:underline;
}

/**
 * Text boxes
 *
 */
#resultbox1{
	font-family : arial;
	font-size:14px;
}
#resultbox1 h2{
	font-size:16px;
	margin:0px;
}
#resultbox1 a{
	color:blue;
}

#resultbox1 td{
	font-size:12px;
}


#box1, #box1 td{
	font-family : arial;
	font-size:12px;
	color:black;
}
#box1 a{
	font-family : arial;
	font-size:12px;
	color:blue;
	text-decoration:none;
}
#box1 a:hover{
	text-decoration:underline;
}
/**
 * Messages
 *
 */

#msg-error{

}

#msg-error{

}
body {
	background-color: #4C6993;
	background-image: url(<?php echo SITE_BASE_URL; ?>/images/bgrnd.gif);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 00px;
	background-image: url(../images/bgrnd.gif);
}
