@charset "utf-8";


body {
margin:0px 25px 0px 25px;
padding:0;
background-color:#ffffff;
}



/******************/
/*** CSS LAYOUT ***/
/******************/


select.profile		{width:104px; height:21px; border:1px solid #7f9db9; color:#000000; font-size:11px;}
input.profile		{width:100px; height:16px; border:1px solid #7f9db9; color:#000000; font-size:11px;}
input.profile_disabled		{width:100px; height:16px; border:1px solid #7f9db9; color:#666666; font-size:11px;}


ul#arrowBullets		{
margin-left: 0;
padding-left: 30px;
}

ul#arrowBullets li {
list-style-image: url(images/en-US/bullet_arrow.gif);
padding-bottom:4px;
}


/*************/
/*** LINKS ***/
/*************/

table#header a 			{text-decoration:none; color:#0066CC;}
table#header a:hover	{text-decoration:underline;}



/******************/
/*** TYPOGRAPHY ***/
/******************/

body {font: 12px Arial, Helvetica, sans-serif; color:#000000;}

.title	{color: #0066CC; font-weight: bold;}

.note	{color:#ff0000}

.inputAnswers	{font-size:11px;}

.red {color: Red;}
.green {color: Green;}

.disclaimer 
{
    font-size: 10px;
    color:Gray;
}
