/* 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(../../AppData/Local/Microsoft/Windows/Temporary Internet Files/Low/Content.IE5/W9FGMWDK/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, .grade a {
    font-family: Georgia,"Times New Roman",serif;
	font-size: 14px;
	color: #600;
	line-height: 22px;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 1px
}
.currgrade {
		font-size:13px;
        color:#000000;
        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:Arial, Helvetica, sans-serif;
		font-size: 9pt;
		border:1px inset black;
		background-color: #FFFFFF;
		font-weight:bold;
		color: #000000;
		padding:3px;
}
.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;
		background-color: #3D3D3D;
}
a {
	color:#0066CC;
}
.langscss {
	font-size: 10pt;
	color:#FFFFFF;
	margin-top:5px;
}
.langscss a {
	color:#FFFFFF;
	font-weight:bold;
}
.mytd {
	background-color:#3D3D3D;
		background-image: url('backvert.gif');
		background-repeat:repeat-x;
}
.jokeslist {
		font-size:11pt;
}

   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; }
