/* General structural style declarations  */

body {
    font-family: Arial, Helvetica, Tahoma, Sans-serif ;
	font-size: 13px;
	color: #666666;
    text-align: center;
    margin: 0px;
    padding: 20px;
    overflow: auto;
    background-color: #7f3ee7;
    background-image: url(../images/common/bg.jpg);
    background-position: center 0px;
    background-repeat: repeat;
    line-height: 15px;
}

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

h1 {
    font-size: 38px;
    line-height: 22px;
    font-weight: normal;
    padding-bottom :10px;
}

h2 {
    font-size: 20px;
    line-height: 25px;
    font-weight: normal;
    padding-bottom :10px;
}

h3 {
    font-size: 17px;
    color: #433b58;
    font-weight: bold;
    line-height: 15px;
    text-transform: uppercase;
    letter-spacing: -1px;
    padding-bottom :10px;
}

h3 a {
    text-transform: none;
    text-decoration: underline;
    padding-bottom :10px;
}

h4 {
    font-size: 17px;
    font-weight: bold;
    line-height: 15px;
    color: #323232;
    padding-bottom :10px;
}

h5 {
    font-size: 15px;
    font-weight: bold;
    line-height: 15px;
    color: #323232;
    padding-bottom: 5px;
}

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

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

a, a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}    

a img {
    border: none;  
}

input, textarea {
    border: none;
    border: 1px solid #bfbfbf;
    color: #979797;
    font-family: Arial, Helvetica, Tahoma, Sans-serif ;
	font-size: 11px;
	padding: 2px;
}

.popupPage {
    display: block;
    text-align: left;
}

.popupHeader {
    background-color: #000000;
    padding: 10px;
}

.popupContent {
    background-color: #FFFFFF;
    padding: 20px;
}