/* General structural style declarations  */

body {
    font-family: Georgia, roman, 'times new roman', times, serif;
	font-size: 11px;
	color: #333333;
    line-height: 15px;
    text-align: center;
    margin: 0px;
    padding: 0px;
    background-color: #FFFFFF;
}

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

h1 {
    font-size: 22px;
    line-height: 18px;
    font-weight: normal;
}

h2 {
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
}

h3 {
    font-size: 11px;
    font-weight: normal;
    line-height: 15px;
    text-transform: lowercase;
}

h4 {
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
}

h5 {
    line-height: 11px;
    font-size: 11px;
    font-weight: bold;
}

ul, ol {
    padding-left: 15px;
}

p, ul, ol {
    padding-bottom: 10px;
    line-height: 15px;
}

a, a:visited, a:link {
    color: #afb0b3;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}    

a img {
    border: none;  
}

#popUpPage {
    text-align: left;
    padding: 20px;
}