@charset "utf-8";


body,td,blockquote {
	font-family: verdana,arial,helvetica,sans-serif; 
}

body {
	margin: 10px;
	font-size: 12px;
}

body.path {
	margin:0;
	font-size: 10px; 
	padding-top: 5px; 
	font-family: verdana,arial,helvetica,sans-serif; 
}


div.delLink {
	font-size: 13px;
	text-decoration:underline;
}

a {
	font-size: 13px;
}

a:hover 	{ text-decoration:none; }


a:link 	{ text-decoration:underline; }

a.path {
	font-size: 10px;
}


/* headers */
h1 {
	font-size:24px;
	font-weight:normal;
	margin-top: 0;
	margin-bottom: 12; color:#1471a2;
}

h2 {
	font-size:12px;
	font-weight:bold; color:#435259;
}

h3 {
	font-size:24px;
	font-weight:bold;
	margin-top: 0;
	margin-bottom: 12; color:#1471a2;
}

tr {  
	font-size:12px;
}


td {  
	padding-left: 8; 
	padding-right: 8; 
}




/******************* SKIN ********************/

body.border {
		background-color: #495a71;
		color: #CBd6DE; 
}



td.scryes {	
		font-size: 	10;
		font-weight: 	bold;
		color:		#ffffff;
		background-color: #ff0000; 
		text-align: center; 
		width: 8;
	}

td.scrno  {
		font-size: 	10;
		font-weight: 	normal;
		color:		#bbbbbb;
		background-color: #ffffff; 
		text-align: center; 
		width: 8;
	}


