* { margin: 0; padding: 0; outline: 0; }



body {

background: #caced1;

font: 70%/1.5em Tahoma, Verdana, arial, sans-serif;

color: #777;

text-align: right;

margin: 15px 0;

}



/* links */


a, a:visited {

text-decoration: none;

background: inherit;

color: #666666; 

}

a:hover {

text-decoration: underline;

background: inherit;

color: #FFFFFF;

}



input, textarea, select {

color:#FF0000;

padding: 2px 3px;

border: 1px solid #E5F0FB;

font: normal 1.1em Verdana, sans-serif;

}



button {

color: #fff;

height: 22px;

margin: 0px;

padding:2px 3px 3px;

font: bold 10px Tahoma, Arial, Sans-serif; 

border: 1px solid #306bc1;

background: #306bc1 url(images/button-bg.jpg) repeat-x 0 0; 

}



input[type="button"], input[type="submit"], input[type="reset"] {

color: #fff;

height: 22px;

margin: 0px;

padding:2px 3px 3px;

font: bold 12px Arial, Sans-serif; 

border: 1px solid #306bc1;

background: #306bc1 url(images/button-bg.jpg) repeat-x 0 0; 

}



input[type="checkbox"] {

width: 16px;

padding: 2px;

border: 1px solid #E5F0FB;

}





/* headers */

h1, h2, h3 { font-family: Tahoma, 'Trebuchet MS', Sans-serif; text-align: left;}

h1 {

font-size: 24px;

font-weight: normal;

color: #FFFFFF;

}

h2 {

font-size: 160%;

color: #88ac0b;

font-weight: normal;

}

h3 {

font-size: 135%; 

color: #666666;

}
