* {
	margin : 0;
	padding : 0;
	font-family: arial;
	color: white;
	font-size: 10pt;
	text-align: justify;
	font-weight: 400;
}

#content A:link {
    color : #F80293;
    font-weight : 400;
    letter-spacing : 3px;
    text-decoration : none;
    font-family : arial;
}

#content A:visited {
    color : #F80293;
    font-weight : 400;
    letter-spacing : 3px;
    text-decoration : none;
    font-family : arial;
}

#content  A:hover {
    color : #F80293;
    font-weight : 400;
    font-family : arial;
    letter-spacing : 3px;
    text-decoration : none;
    background-color : #000000;
}

#main A:link {
    color : #F80293;
    font-weight : 400;
    letter-spacing : 3px;
    text-decoration : none;
    font-family : arial;
}

#main A:visited {
    color : #F80293;
    font-weight : 400;
    letter-spacing : 3px;
    text-decoration : none;
    font-family : arial;
}

#main A:hover {
    color : #F80293;
    font-weight : 400;
    font-family : arial;
    letter-spacing : 3px;
    text-decoration : none;
    background-color : #FFFFFF;
}


#b{
	font-family : arial;
	text-decoration : none;
	font-weight : 400;
	color : #EA016A;
}

h1 {
    font-size: 140%;
    color: #EA016A;
    font-weight: 400;
    text-align : center;
    border-bottom: 1px dotted #DEDEDE;
    font-family: "Time New Roman";
    }

    #header{
	position : relative;
        margin: 0;
	padding : 0;
	border : none;
	background: url(/images/header3.jpg) no-repeat;
	width : 1024px;
	height : 400px;
}

#links{
    cursor : pointer;
    cursor : auto;
}

#content{
    position : relative;
    text-align: justify;
    padding-left: 150px;
    padding-right: 300px;
    padding-bottom: 10px;
}

#main{
	position : relative;
	text-align: left;
        padding-left: 150px;
        padding-right: 300px;
	border : none;
        background-color : #292929;
    }

#footer{
	position : relative;
        margin: 0;
	padding : 0;
	border : none;
	background: url(/images/footer.jpg) no-repeat;
	width : 1024px;
	height : 180px;
}

#body {
    text-align: justify;
}

#container {
    margin: 0 auto;
    width: 1024px;
}

#outside_frame{
   	background-color : #292929;
	text-align: center;
	margin: 0 auto;
        width : 100%;
	border : 0px;
	padding : 0;
}

TEXTAREA {
    background-color : #2B2B2B;
    border-color : #35693B;
    border : solid;
    }

INPUT {
    background-color : #2B2B2B;
    border-color : #35693B;
    border : solid;
    }

SELECT {
    background-color : #2B2B2B;
    border-color : #35693B;
    border : solid;
    }