BODY, P, LI, UL, OL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 97%;
	color:#000000;
	list-style-position: outside;
}

A:link {
	font-family: Arial, Helvetica, sans-serif;
        font-size:75%; 
        color:#336699;
}
A:active {
	font-family: Arial, Helvetica, sans-serif;
        font-size:75%; 
        color:#336699;
}
A:visited {
	font-family: Arial, Helvetica, sans-serif;
        font-size:75%; 
        color:#336699;
}
A:hover {
	font-family: Arial, Helvetica, sans-serif;
        font-size:75%; 
        color:#42426F;
}

A.navigation:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:75%; 
        color:#336699;
}

A.navigation:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:75%; 
        color:#336699;
}

A.navigation:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:75%; 
        color:#336699;
}
A.navigation:hover {
	font-family: Arial, Helvetica, sans-serif;
        font-size:75%; 
        color:#42426F;
}

p.listpara
{text-indent: 15%}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:170%;
	color:#336699;
	border : solid #CCCC99;
	width : 100%;
	border-width : 0px 0px 2px 0px; 
}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:130%;
	color:#336699;
	border : solid #cccc99;
	border-width : 0px 0px 2px 0px;
	width : 100%;
}

H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:110%;
	color:#336699;
	width : 100%; 
}

H4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:92%;
	color:#000000;
      font-weight: bold;
	width : 100%;
}

.code_no_color {
        color : #000000;
	font-family : "Courier New", "Courier", "monospace";
}

code {  
	color : #336699;
	font-family : "Courier New", "Courier", "monospace";
}

P.indent {
	text-indent: 9%;
}

table.borders {
	border : 1pt solid #BDB76B;
}

TR {
	text-align : left;
	vertical-align : top;
        border : 1pt solid #BDB76B;
}

TH {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color:#000000;
	font-weight: bold;
}

TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color:#000000;
}

.smalltext {
	font-size:80%;
}

p.note { 
    display: block; 
    font-family: Arial, Helvetica, Geneva, sans-serif; 
    font-size: 95%;
}

p.warning { 
    display: block;
    font-family: Arial, Helvetica, Geneva, sans-serif; 
    font-size: 95%;
}

pre { 
    font-family: "Courier New", Courier, mono; 
    font-size: 92%;
    text-indent : 15%;
}

.GUITag {
    font-family: Arial, Helvetica, Geneva, sans-serif; 
    font-size: 95%; 
    font-weight: bold; 
    font-style: normal;
}

.PropertyName {
    font-family: "Courier New", Courier, mono; 
    font-style: normal;
}

.GlossaryItem { 
    color : #008080; 
    font-family: Arial, Helvetica, sans-serif;
    font-size : 95%;
}
#container
{
width: 100%;
}
.headerImage
{
padding: 0;
margin: 0;
}
/* From Macrovision CSS, has same class name */
.PageText {
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-style:normal;
font-weight:normal;
}
.doubleLine{
border-bottom:1px solid #CCCCCC;
border-top:1px solid #CCCCCC;
clear:both;
display:block;
height:20px;
margin:0;
padding:0;
}
/* From Macrovision CSS, has same class name */
.Header1 {
color:#8F8F8F;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:20px;
font-weight:normal;
}
/* From Macrovision CSS, has same class name */
.MoreLink {
color:#F2B538;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-style:normal;
}
.MoreLink a:link {
color:#F2B538;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:normal;
text-decoration:underline;
}
.MoreLink a:visited {
color:#F2B538;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:normal;
text-decoration:underline;
}
.MoreLink a:hover {
color:#0E4063;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:underline;
}
.MoreLink a:active {
color:#0E4063;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:underline;
}
/* twoCol classes are used in login.jsp to put a line (2colline.gif) between 
   the 2 divs of twoCol-col1 and twoCol-col2. */
.twoCol-grid {
background:transparent; 
background: url(../images/2colline.gif) repeat-y; 
background-attachment: scroll;
background-position: top center;
margin:0;
padding:0;
width:100%;
overflow:hidden;
}
.twoCol-col1 {
float:left;
padding:0;
position:relative;
width:50%;
}
.twoCol-col2 {
float:left;
padding:0px;
position:relative;
margin-left:50px;
width:40%;
}
/* roundedcornr classes are used in login.jsp for a box with rounded corners. */
.roundedcornr_box {
	background: url(../images/roundedcornr_tl.png) no-repeat top left;
}
.roundedcornr_top {
	background: url(../images/roundedcornr_tr.png) no-repeat top right;
}
.roundedcornr_bottom {
	background: url(../images/roundedcornr_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom div {
	background: url(../images/roundedcornr_br.png) no-repeat bottom right;
}
.roundedcornr_content {
	background: url(../images/roundedcornr_r.png) top right repeat-y;
}
.roundedcornr_top div,.roundedcornr_top,
.roundedcornr_bottom div, .roundedcornr_bottom {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content {
        padding: 0 15px; 
}
.boxContainer {
margin-left:25%;
margin-right:25%;
width:620px;
}