a, abbr, acronym, address, applet, article, aside, audio,
b, blockquote, big, body,
center, canvas, caption, cite, code, command,
datalist, dd, del, details, dfn, dl, div, dt, 
em, embed,
fieldset, figcaption, figure, font, footer, form, 
h1, h2, h3, h4, h5, h6, header, hgroup, html,
i, iframe, img, ins,
kbd, 
keygen,
label, legend, li, 
meter,
nav,
object, ol, output,
p, pre, progress,
q, 
s, samp, section, small, span, source, strike, strong, sub, sup,
table, tbody, tfoot, thead, th, tr, tdvideo, tt,
u, ul, 
var{
    background: transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
    vertical-align: top; }

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

table, table td { 
	border-collapse:collapse;
	border:1px;
	border-style:outset;
	font:Arial, Helvetica, sans-serif;
	color:#333333;
	border-color:#fff;
	line-height:2;
	padding:5px;
}
.table,table td:hover{background:#2957A4; color:#FFFFFF;}


img {
	vertical-align:top; 
}
.v123 { font-size:25px; color:#2957A4; font-family:Georgia, "Times New Roman", Times, serif; font-weight:400; margin-bottom:10px; }
.v1 { font-size:16px; color:#000; font-weight:400; margin-bottom:10px; }
.v2 { font-size:16px; color:#1A5FBD; font-weight:400; margin-bottom:10px; }
.v-td { font-size:14px; background:#0070C0; color:#FFFFFF; font-weight:600;}
.v-td1 { font-size:14px; background:#FF0066; color:#FFFFFF; font-weight:600;}
.v-td2 { font-size:14px; background:#00B050; color:#FFFFFF; font-weight:600;}

embed { 
	vertical-align:top;
}


/***FIRST STYLE THE BUTTON***/
input#gobutton{
cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
padding:5px 25px; /*add some padding to the inside of the button*/
background:#2957A4; /*the colour of the button*/
border:1px solid #33842a; /*required or the default border for the browser will appear*/
/*give the button curved corners, alter the size as required*/
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
/*give the button a drop shadow*/
-webkit-box-shadow: 0 0 4px rgba(0,0,0, .75);
-moz-box-shadow: 0 0 4px rgba(0,0,0, .75);
box-shadow: 0 0 4px rgba(0,0,0, .75);
/*style the text*/
color:#f3f3f3;
font-size:1.1em;
}
/***NOW STYLE THE BUTTON'S HOVER AND FOCUS STATES***/
input#gobutton:hover, input#gobutton:focus{
background-color :#4579CC; /*make the background a little darker*/
/*reduce the drop shadow size to give a pushed button effect*/
-webkit-box-shadow: 0 0 1px rgba(0,0,0, .75);
-moz-box-shadow: 0 0 1px rgba(0,0,0, .75);
box-shadow: 0 0 1px rgba(0,0,0, .75);
}

