/* CSS Document */
/*========================================================================
  ========================================================================
FILE_NAME
  juridical.css
  http://www.juridical.com/juridical.css
END_NAME
FILE_TITLE
  Common CSS style rules used in all pages.
END_TITLE
MODIFICATION_RECORDS
  VER [1.00]	CRE [MHGH]	DATE [07-April-2005]
END_MODIFICATION
DESCRIPTION_LINES

  Modifications
  -------------
  DESC [1.00]	Created.

  Abstract
  --------

  This CSS file has all the common style rules used throughout the
  website.
  
END_DESCRIPTION
LOCAL_FUNCTIONS
  
END_LOCAL
CODING_DETAILS
  LANGUAGE [CSS 2]
END_CODING
  ========================================================================
  ======================================================================*/
/* Used to define styles for main page features. 			      */
body {
	background-color: #333333;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.border	{
	border-left:#666666 1px solid;
	border-right:#666666 1px solid;
	border-top:#666666 1px solid;
	border-bottom:#666666 1px solid;
}
.borderRed	{
	border-left:#990000 1px solid;
	border-right:#990000 1px solid;
	border-top:#990000 1px solid;
	border-bottom:#990000 1px solid;
}
.style1 {
	color: #FFFFFF;
	font-weight: bold;
}


/* Used to define borders of the main table.                            */
.menuBG		{
			background-color: #CC3300;
			}
.footerBG	{
			background-image:url(images/footer.jpg);
}
.whiteFont	{
			color:#FFFFFF;
			}
.bottomBG	{
			background-color: #DBDAD4;
			}
.themeFont	{
			color:#CC3300;
			}
.mMainLink:link	{
			color: #FFFFFF;
			}
.mMainLink:visited{
			color: #FFFFFF;
		    }
/* Used to define style for mouse-overed links in the page.		*/
.mMainLink:hover	{
			color: #333333;
			}
/*Used for the active links in the page.                        */
.mMainLink:active {
			color: #FFFFFF;
			}
.subMenuBG	{
			background-color:#EBEBEB;
			}
.extraMenu:link {
			color: #000000;
			}
.extraMenu::visited	{
			color: #000000;
			}
.BGleftmenu	{
			background-color: #E8E8E8;
}
.leftmenu:link	{
			color: #333333;
			}
.leftmenu:visited{
			color: #333333;
		    }
/* Used to define style for mouse-overed links in the page.		*/
.leftmenu:hover	{
			color: #333333;
			}
/*Used for the active links in the page.                        */
.leftmenu:active {
			color: #333333;
			}
/*======================================================================*/
/* End of file juridical.css	                    	 			      		*/
/*======================================================================*/
