/* CSS Document */

/* body */
td			{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; }

.home_welcome	{ font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 18px;
				  font-weight: bold; text-decoration: underline; font-style: italic;
				  color: #990000; padding: 20px 20px 0px 30px; }
.address		{ font-size: 12px; font-weight: normal; text-decoration: none; color: #000000; }

.bg_home_up		{ background-image: url(bg_home_cvs.jpg);
				  background-repeat: no-repeat;
				  padding: 25px 20px 20px 20px;
				  font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.text_home_left
				{ padding: 20px 10px 20px 30px; }

.text_home_right
				{ padding: 20px 20px 20px 10px; }

.home_title		{ font-size: 16px; font-weight: bold; color: #990000; text-decoration: underline; }	

.ul_home		{ color: #990000;
				  list-style-image: url(bullet/bullet03.jpg); }	  

/* header */



/* menu */

.menu			{ background-image: url(bg_menu_cvs.jpg);
				  background-repeat: repeat-y; }
				  
#navegacion {
				width: 200px;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
			}
			
#navegacion ul {
				list-style: none;
				margin: 0;
				padding: 0;
			}
			
#navegacion li {
				border-bottom: 1px solid #081984;
			}
			
#navegacion li a {
				display: block;
				padding: 2px 5px 2px 28px;
				color: #000000; font-weight: bold;
				text-decoration: none;
			}
			
#navegacion li a:hover {
				color: #103356; font-weight: bold;
				text-decoration: none;
			}												

#navegacion li a:ACTIVE {
				color: #103356; font-weight: bold;
				text-decoration: none;
			}				  



/* general contents */

.ularrow	{ 
				list-style-image: url(bullet/bullet01.jpg);
			}

.error {
	color: #FF0000;
	font-weight: bold;
	font-size: 14px;
}

.errormessage {
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
}

/* footer */

.footer		{ 
				background-image: url(bg_footer_cvs.jpg);
				background-repeat: repeat-x;
				text-align: center; padding-top: 20px; color: #FFFFFF; 
			}

.footer a	{
				color: #FFFFFF; text-decoration: underline;
			}

.footer a:hover	{
				color: #FFFFFF; text-decoration: none;
			}								  

.copyrights	{
				font-size: 10px; font-style: italic; 
			}
				
.copyrights a	{	
				color: #666666; text-decoration: none;
			}	
				
.copyrights a:hover, .copyrights a:visited { 
				text-decoration: underline; color: #333333; 
			} 		
							