/**************************************************
 *
 * Browser style sheet - loaded by all CSS aware browsers
 *
 **************************************************/

a:link 	{
    background: white;
    color: rgb(160, 70, 70); 
}

a:active {
	background: white;
	color: rgb(254, 73, 73);
}

a:visited {
    background: white;
    color: rgb(120, 30, 40); 
}

b, strong {
    font-weight : bold;
}

html, body, div,
table, th, tr, td {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 140%;
}

p, 
dd, dt, dl, ul, ol, li, 
label, blockquote {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 140%;
	margin-top: 4px;
	color: #323232;
}

h1, h2 {
	font-weight : bold;
	color: #333333;
	font-family : "Franklin Gothic Demi", Verdana, Helvetica, sans-serif;
}

h3, h4, h5, h6 {
	font-weight : bold;
	color: rgb(120,30,40);
	font-family : "Franklin Gothic Demi", Verdana, Helvetica, sans-serif;
	margin-bottom: 0;
}

i, em {
    font-style: italic;
}

pre, tt, code {
    font-family: Monaco, Courier, "Courier New", monospace; 
}


/**************************************************
 * CLASSES
 **************************************************/

/* Only for use in the copyright in the footer */
.size, .pixar {
    line-height: 100%;
}

.no_Indent  {
    margin-left: inherit;
    margin-top: 0;
    margin-bottom: 0;
    font-family : "Verdana", Helvetica, sans-serif;
}

.indentedMenu {
    margin-left: 18;
    margin-top: 0;
    margin-bottom: 0;
    font-family : "Verdana", Helvetica, sans-serif;
}

.indentedMenu2 {
    margin-left: 36;
    margin-top: 0;
    margin-bottom: 0;
    font-family : "Verdana", Helvetica, sans-serif;
}

.indentedMenu3 {
    margin-left: 54;
    margin-top: 0;
    margin-bottom: 0;
    font-family : "Verdana", Helvetica, sans-serif;
}

	a:hover {
	background-color: Silver;
	color: White;
}

h1 {
    font-size: 22pt;
}

h2 {
    font-size: 19pt;
}

h3 {
    font-size: 15pt;
	margin-bottom: 0;
}

h4 {
    font-size: 13pt;
	margin-bottom: 0;
}

h5 {
    font-size: 12pt;
	margin-bottom: 0;
}

h6 {
	font-size: 11pt;
	margin-bottom: 0;
}

.no_Indent, .no_Indent_Bold, .indentedMenu, .indentedMenu2, .indentedMenu3 {
	line-height: normal;
}

.no_Indent a:link, .no_Indent_Bold a:link, .no_Indent a:visited, .no_Indent a:active,
.indentedMenu a:link, .indentedMenu a:visited, .indentedMenu a:active,
.indentedMenu2 a:link, .indentedMenu2 a:visited, .indentedMenu2 a:active,
.indentedMenu3 a:link, .indentedMenu3 a:visited, .indentedMenu3 a:active
 {
    text-decoration: none;
}

.no_Indent_Bold
{
	    font-weight : bold;
}

.pixar A:link {
	text-decoration: none;
    color: "#999999";}

.pixar A:visited {	
	text-decoration: none;
    color: "#999999";}

.pixar A:hover {
   background-color: "#CCCCCC";
   color: white; }
   
.menu A:link {
	text-decoration: none;
    color: "#777777";}

.menu A:visited {	
	text-decoration: none;
    color: "#777777";}

.menu A:hover {
   background-color: "#CCCCCC";
   color: white; }

 .menu {
	color: "#CCCCCC";
}

/**************************************************
 *
 * Custom Scroll Bar >= IE 5.5
 *
 **************************************************/

body { 
scrollbar-base-color: "#BBBBBB"; 
scrollbar-face-color: "#FFFFFF"; 
scrollbar-track-color: "#EEEEEE"; 
scrollbar-arrow-color: "#DDDDDD";
scrollbar-highlight-color: "#EEEEEE"; 
scrollbar-3dlight-color: "#DDDDDD"; 
scrollbar-shadow-color: "#CCCCCC";
scrollbar-darkshadow-color: "#AAAAAA"; 
} 
