body{
	background-color : #FFFFFF;
	margin : 0px 0px 0px 5px;
	font : 12px/17px Verdana;
	color : #000000;
	}

table,tr,td{
	font : 12px/17px verdana;
	color : #000000;
	}

A:link		{ color: #000093; text-decoration: none; font-weight : bold }
A:visited	{ color: #000093; text-decoration: none; font-weight : bold }
A:active	{ color: #000093; text-decoration: none; font-weight : bold }
A:hover		{ color: #000093; text-decoration: none; font-weight : bold }

A.type1:link	{ color: #000093; text-decoration: none; font-weight : normal; font: 11px/15px tahoma; }
A.type1:visited	{ color: #000093; text-decoration: none; font-weight : normal; font: 11px/15px tahoma; }
A.type1:active	{ color: #000093; text-decoration: none; font-weight : normal; font: 11px/15px tahoma; }
A.type1:hover	{ color: #000093; text-decoration: underline; font-weight : normal; font: 11px/15px tahoma;}
	
.title{
	font-weight : bold;
	letter-spacing : 2px;
	border-bottom: 1px dotted #000000;
	padding : 2px;
	padding-left : 10px;
	margin-bottom : 20px
	}
	
.menutitle{
	font-weight : bold;
	border-bottom : 1px solid #000000
	}

.form {
	background-color : #FFFFFF;
	border : 1px solid #00000;
	font : 11px/15px tahoma;
	color : #000000;
	height : 20px;
	width : 150;
}

.button {
	background-color : #4C6480;
	color: #FFFFFF;
	border : 1px solid #000000;
	font: 10px/15px tahoma;
	font-weight : bold
}

.comments{
	background-color : #FFFFFF;
	border : 1px solid #00000;
	font : 11px/15px tahoma;
	color : #000000;
	height : 120px;
	width : 200;
}

.row1{
	background-color : #F4F6F7;
	font : 11px/17px tahoma;
	color : #000000;
	}

.row2{
	background-color : #E4EBEE;
	font : 11px/17px tahoma;
	color : #000000;
	}
.row3 {
	background-color : #F4F6F7;
	font : 12px/15px tahoma;
	color : #000000
	}

.pageheader {
	background-color : #C7D3E1;
	font : 12px/15px tahoma;
	color : #000000;
	padding : 10px;
	text-align : right;
	border-bottom : 1px dotted #000000;
	}
	
.smalllink{
	font: 11px/15px tahoma;
	font-weight: bold
	}

.smalltext{
	font: 11px/15px tahoma;
	}

p{
	margin : 7px 0px 7px 0px;
	}

ol,{
	list-style: 1;
	margin : 0px 0px 0px 15px
	}
	
ul, li{
	list-style : none;
	margin : 0px;
	padding : 0px;
}

ul#nav {
	border-bottom : 0px;
}

ul#nav li {
	padding-left : 10px;
	margin : 0px;
}

ul#nav li a { display : block; padding : 2px 5px; }
ul#nav li a:hover { background: #DFEAF5; }

#menu{
	margin:0px 0px 0px 0px;
	font : 12px/15px tahoma;
	font-weight : bold;
	}

#text {
	padding: 7px;
	}

#side{
	padding : 0px;
	}
	
	#side p {
		margin : 5px;
	}
	
#printtitle{
	font : 15px/15px tahoma;
	margin-bottom : 20px;
	font-weight : bold;
	}
#printtext{
	font : 13px/15px tahoma;
	}

#copyright{
	border-top : 1px dotted #000000;
	text-align : center;
	font : 11px/15px tahoma;
	}
	
	
/*************************************** ADMIN AREA *************************/

body.admin {
	text-align : center;
	margin : 20px;
}

table.admin {
	font-size : 13px;
}

.bordered table{
	border : 1px solid #000000;
	background : #C7D3E1;
	font-size : 11px;
}

.bordered td{
	border : 1px solid #000000;
	background : #C7D3E1;
	font-size : 11px;
}

.bordered td {
	background : #C7D3E1;
}

.admin a:hover {
	text-decoration : underline; color : #000000;
}

#container {
	margin : 0px auto;
	width : 80%; padding : 10px;
	font : 12px/15px tahoma;
	color : #000000;
	}

#admintitle {
	font-size : 18px; font-family : Georgia;
	font-weight : bold; text-transform : uppercase;
	letter-spacing: 2px; word-spacing : 5px;
	border-bottom : 1px dashed #000000; padding-bottom : 5px;
	margin-bottom : 10px;
}

#adminmenu {
	float : left;width : 28%;
	background-color : #E4EBEE;
	font : 13px/19px tahoma;
	color : #000000; font-weight : bold;
	text-align : left;
	padding : 10px;
}

#admincontent {
	float : right;
	width : 66%;
	background-color : #F4F6F7;
	padding : 10px;
	font-size : 13px; font-family : Tahoma;
}

#adminsection {
	font-size : 14px; font-weight : bold;
	text-transform : uppercase;
	text-align : left; padding-bottom : 5px;
	border-bottom : 1px solid #000;
	margin-bottom : 10px;
}