/* General structural style declarations  */

body {
    font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif ;
	font-size: 12px;
	color: #000000;
    text-align: center;
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
    line-height: 14px;
}


/* The Following two declarations are to create more predictable behaviour cross browser */

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

a,
a:visited {
    color: #000000;
}

a img {
    border: none;
}

html {
    overflow-y: scroll;
}

h1 {
    font-size: 12px;
    color: #000000;
    line-height: 14px;
    font-weight: bold;
}

h2 {
    font-size: 12px;
    color: #000000;
    line-height: 14px;
    font-weight: normal;
    text-decoration: underline;
}

p {
    padding-bottom: 12px;
}

object, embed {
    outline: none;
}

#wrapper {
    margin: 0;
}

