/*****  Maskit 3 Styles *****/

body 
{
    background-color: #660000;
    overflow: auto;
	margin: 0px;
	padding: 0px;
}

div.horizon 
{
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0px;
    background-color: #540000;
    padding: 0px auto;
    display: block;
    overflow: visible;
    z-index: 10;
}

div.frameWhite 
{
    position: absolute;
    width: 100%;
    height: 400px;
    top: -200px;
    left: 0px;
    text-align: center;
    background-color: #FFFFFF;
    background-image: url(/images/bg.gif);
    background-repeat: repeat-x;
    margin: 0px;
}

div.frameBordo 
{
    position: absolute;
    width: 100%;
    height: 31px;
    top: 0px;
    left: 0px;
    text-align: center;
    background-color: #660000;
    margin: 0px;
}

div.frame 
{
    position: absolute;
    width: 550px;
    height: 400px;
    top: -200px;
    left: 50%;
    text-align: center;
    background-color: transparent;
    margin-left: -275px;
    z-index: 5;
}

div.linkText 
{
    position: absolute;
    width: 550px;
    height: 1px;
    top: 200px;
    left: 50%;
    text-align: center;
    display: block;
    background-color: #660000;
    margin-left: -275px;
}

a.opt:link,a.opt:visited,a.opt:active {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #B5B5B5;
	font-size: 9px;
	text-decoration: none;
}		
		
a.opt:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 9px;
	text-decoration: none;
}

div.opt 
{
    position: absolute;
    bottom: 14px;
    width: 100%;
    height: 12px;
    text-align: center;
}

div.credits 
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 276px;
    height: 34px;
    text-align: left;
}

/*****  Text *****/
div.info {
    position: absolute;
    width: 525px;
    height: 320px;
    top: -200px;
    left: 50%;
    text-align: right;
    font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: transparent;
	margin-left: -275px;
	display: none;
	z-index: 5;
}

div.content {
    position: relative;
    width: 525px;
    height: 320px;
    left: 20px;
    top: 5px;
	direction: rtl;
    background-color: transparent;
}

a.home:link,a.home:visited,a.home:active {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #757575;
	font-size: 9px;
	text-decoration: none;
}		
		
a.home:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	text-decoration: none;
}

div.home 
{
    position: absolute;
    bottom: 14px;
    width: 100%;
    height: 12px;
    text-align: center;
}

/*****  Text *****/


/*****  Credit *****/
div.created 
{
    height: 20px;
    width: 200px;
    direction: rtl;
    text-align: left;
	background-color: #000000;
	position: relative;
	display: block;
}
div.createdText {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A5A5A5;
	line-height: 16px;
	text-align: right;
	vertical-align: 4px;
	direction: rtl;
	background-color: #660000;
	padding: 0px;
	margin: 0px;
	display: inline;
}
div.createdImg {
	text-align: right;
	padding: 0px;
	margin: 0px;
    display: inline;
}
div.createdText a:link, div.createdText a:visited, div.createdText a:active {
	color: #F5F5F5;
	font-size: 11px;
	text-decoration: none;
}
div.createdText a:hover {
	color: #C5C5C5;
	font-size: 11px;
	text-decoration: underline;
}
/*****  Credit *****/


/*****  Headers *****/
h1 {
	font-family: Arial, Tahoma,Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	line-height: 30px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: right;
	line-height: 20px;
	color: #050505;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 3px;
	text-decoration: none;
}

/*****  Headers *****/


/*****  Validation  *****/
div.validCont {
    top: 160px;
    left: -206px;
    background-color: Transparent;
    position: relative;
    text-align: center;
    display: inline;
}
img.valid {
    padding: 0px;
	margin: 0px;
	border-width: 0px;
}
/*****  Validation  *****/