A:link    {
	
	font-weight: 600;
	text-decoration: underline;
	/*color:#fa3;  */
	color: #FFE4B5;
}
A:visited {	
	
	font-weight: 600;
	text-decoration: underline;
	color: #FFE4B5;
}
A:hover   { 
	
	font-weight: 600;
	text-decoration: none;
	color: #f60;
}
A:active  { 
	
	font-weight: 600;
	text-decoration: none;
	color: #f00;
}

A.boxx {
	
	font-weight: 600;
	border-top: 1px solid #483D8B;
	border-right: 2px solid #023;
	border-bottom: 2px solid #023;
	border-left: 1px solid #483D8B;
	padding: 2px 8px;
	margin: 6px 4px;
}
A.boxx:link    {

	text-decoration: none;
	color:#fa3;
}
A.boxx:visited {	
	
	text-decoration: none;
	color:#fa3;
}
A.boxx:hover   { 
	
	text-decoration: none;
	color:#6ae;
	background: #000;
}
A.boxx:active  { 
	
	text-decoration: none;
	color:#f33;
}

ul.flake { list-style-image: url(images/sno_blt.gif); 
	margin: 0 0;
	padding: 0 18px;
}

ul.flake li {
	margin: 6 0;
	padding: 4px 0;
}

body,p,td {font-family: verdana,arial,helvetica; font-weight:bold; color: white;
	line-height:1.4;
} 

body { margin: 0 0;	
	padding: 0px 0px; 
	background: fixed #235 url(images/fran_rdg_bg.jpg) bottom right no-repeat;
}

td.foot {
	text-align: right;
	padding: 30px 16px;
	font-size: x-small;
	margin: 0 0;
}

p.right {
	text-align: right;
	line-height:1.6;
	font-size: xx-small;
}
td.content {
	padding: 6px 10px 10px 16px;
	text-align: left;
	/*
	background-image: url(images/bg_flakes.gif);
	background-repeat:  repeat-y;
*/
}


h1 { font-size:28px; 
	background:  url(images/head2_bg.gif) #235;
	color: #dee; 
	padding: 6px 16px; 
	margin: 0 0; 
	height: 84px;
	border-bottom: 1px solid #f80;
}

h2 { 
	font-size:18px; 
	padding: 1px 2px 4px 8px; 
	border-right: 2px solid #123; 
	border-bottom: 2px solid #123; 
	color: azure;
	background: #346;
}
h3 { font-size:16px; border-bottom: 2px solid #557; margin-bottom: 3px; width: 70% }
h4 { font-size:14px; }

 
td.navbar { 
	padding: 0 12px;
	width: 212px;
}

td.right_side {
	text-align: left;
	padding: 6px 20px;
	vertical-align: top;
	border-left: 6px dotted #345;
	
}


strong {
	font-size: 1.2em;
}

.smaller {
	font: xx-small;
	vertical-align: top;
}

.larger {
	font: large;
}

.boldsmaller {
	font: bold xx-small;
	color: #123;
}

.boldlarger {
	font: bold large;
	color: #234;
}

img { border:0; }
