/* CSS Document */
.textfield_effect    {    /*we will first set the border styles.*/    border-width: 1px;    border-style: solid;    border-color: #999999;    /*we are now going to add in the shadow image that we created earlier*/    background-image: url(back_field.gif);    background-repeat: repeat-x;    /*I am going to add some text formatting of my own*/    font-family: Arial, Helvetica, sans-serif;    font-size: 12px;    color: #333333;    width: 150px;    height: 20px;    }
.textfield_effect:hover    {    border-color: #64acd8;    border-width: 1px;    } 
.textfield_effect:focus    {    border-color: #64acd8;    border-width: 1px;    }
.grade {
    font-family: Georgia,"Times New Roman",serif;
	font-size: 14px;
	font-weight: bold;
	color: #600;
	line-height: 22px;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 1px
}
.currgrade {
		font-size:11px;
        color:#000000;
		font-weight:bold;	
        text-decoration: none;
}
.checkbox, .radio{ /* Appending IE */
border: 0px;
color: #000000;
font: bolder 12px Verdana, Arial, Helvetica, sans-serif;
padding: 1px 2px;}
.signup {
		font-family: verdana;
		font-size: 7pt;
		border:1px inset black;
		background-color: #FFFFFF;
		font-weight:bold;
		color: #000000
}
.signup2 {
		font-family: verdana;
		font-size: 8pt;
		border:1px inset black;
		background-color: #FFFFFF;
		font-weight:bold;
		color: #000000
}
body {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12pt;
}
.jokeslist {
		font-size:11pt;
}
a {

        color: white;

        text-decoration: underline;

}
a.arr {
		font-size:11px;
        color:#000099;
		font-weight:bold;	
        text-decoration: none;
}
a.one {

        color: #C00000;

        text-decoration: underline;

}



a.jj {

        color: #C00000;

        text-decoration: none;
}
a.two {

        color: white;

        text-decoration: none;

}
a.links {

        color: white;

        text-decoration: underline;

}
a.three {

        color: blue;

        text-decoration: underline;

}
a.four {

        color: black;

        text-decoration: underline;

}
   input.button {
     background: #FFCC00 none;
     border: #000000 1px solid;
     color: #000000;
     font-family: Arial;
     font-size: 11px;
     font-weight: bold;
   }
.emailtext {
background-color: white;
border-style: solid;
border-width: 4;
border-width: 1;
color: black;
font-size: 7pt;
font-family: arial;
}   
.emailtext1 {background-color: white;
border-style: solid;
border-width: 4;
border-width: 1;
color: black;
font-size: 7pt;
font-family: arial;
}
input.button2 {     background: #CC3333 none;
     border: #000000 1px solid;
     color: #FFFFFF;
     font-family: Arial;
     font-size: 11px;
     font-weight: bold;
}
table.padded-table { margin-left:5px;margin-top:5px;text-align:left; font-family:verdana, geneva, arial;font-weight:bold;FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR:#0053C0; }
table.padded-table td { border-width:0xp;border-left-width:1px;border-right-width:1px;border-bottom-width:1px;border-color:#CCCCCC;border-style:solid;padding:4px; }
table.padded-table a { font-family:verdana, geneva, arial;font-weight:bold;FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR:#0053C0; text-decoration:none;  }
.style1 {
	font-size: 12px;
	font-weight: bold;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}