/**********************************************
 * 
 * stylesheet for palisadespodiatry
 *
 *********************************************/


body {
	background-color: #ffffff;
	scrollbar-face-color: #DCE7F1;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
}

font 	{ font-family: Arial, Helvetica, sans-serif }

p 	{ font-family: Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #111111; }
a:hover		{ color : #111111; }

hr	{ 
	height: 0px; 
	border: solid #DdDdDd 0px; 
	border-top-width: 1px;
}

.xl	{
	background-color: white;
	font-weight: bold; 
	font-size: 22px; 
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none; 
	line-height : 110%; 
	color : #000000;
}
.large	{
	background-color: silver;
	font-weight: bold; 
	font-size: 12pt; 
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none; 
	line-height : 110%; 
	color : #663300;
}
.genmenu	{
	background-color: white;
	font-weight: bold; 
	font-size: 9pt; 
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none; 
	line-height : 110%; 
	color: #a23300;
}
.condition	{
	background-color: silver;
	font-weight: bold; 
	font-size: 11pt; 
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none; 
	line-height : 110%; 
	color: #8e3300;
}
.med	{
	font-weight: bold; 
	font-size: 11px; 
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none; 
	line-height : 80%; 
	color : #663300;
}

.gen { font-size : 10px; color: #111111; }
a.gen { font-size : 10px; color: #111111; }
a.gen:visited { font-size : 10px; color: #111111; }

.genmed { font-size : 12px; color: #111111; }
a.genmed { font-size : 12px; color: #111111; }

.genhome { font-size : 14px; color: #111111; }
a.genhome { font-size : 14px; color: #111111; }

.genlarge { font-size : 12px;  color: #111111; }
a.genlarge { font-size : 12px;  color: #111111; }

.gensmall { font: 10px Arial,Helvetica; }
.genxl { font: 24px Arial,Helvetica; }
.genxxl { font: 32pt Arial,Helvetica; }
.gendoc { font: 28px Times New Roman, Times, Serif; }



