/* CSS Document */

html, body {
	/*background: url(picts/bg.gif);*/
		text-align: center;
			}
#element {
		 width: 760px;
         margin: 20px auto;
		}
		
.dlin2 {
		background-image: url(picts/dlin2.gif);
		}

#footer {
		width: 760px;
		height: 75px;
		
		}
		
/* Text decoration*/

a { outline:none } /* Gets rid of Firefox's dotted borders */
a img { border:none } /* Gets rid of IE's blue borders */
li { list-style: disc }
			
.mytext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #999999;
	line-height: 1.4em;
}
.mytext a:link {
	color: #CCC;
	text-decoration: none;
	font-weight: bold;
} 
.mytext a:visited {
	color: #CCC;
	text-decoration: none;
	font-weight: bold;
} 
.mytext a:hover {
	color: 33ccff;
	text-decoration: none
} 
.mytext a:active {
	color: #CCC;
	text-decoration: none;
	font-weight: bold;
} 
.mytext2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	line-height: 1.4em;
} 
.mytext2 a:link {
		color: #CCC;
		text-decoration: none;
		font-weight: bold;
} 
.mytext2 a:visited {
		color: #CCC;
		text-decoration: none
} 
.mytext2 a:hover {
	color: 33ccff;
	text-decoration: none
} 
.mytext2 a:active {
		color: #CCC;
		text-decoration: none
} 
.mytext3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	font-weight: bold;
	line-height: 1.4em;
} 
.mytext3 a:link {
		color: #999;
		text-decoration: none;		
} 
.mytext3 a:visited {
		color: #999;
		text-decoration: none
} 
.mytext3 a:hover {
	color: #33ccff;
	text-decoration: none
} 		
.mytext3 a:active {
	color: #CCC;
	text-decoration: none
} 
.mytext4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	font-weight: bold
}
			
.h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF6600;
}
			

/*For the news section*/

#newscontainer {
	float: left;
	margin-left: 2em;
	font-size: 11px;
	color: #999
}
.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF8000;
	font-style: italic
}

/* For the inputform*/

.textarea	{
	font: 11px verdana, arial, helvetiva, sans-serif;
	color: #999;
	background-color: #303030;
	text-align: left;
	WIDTH: 300px;
	HEIGHT: 150px;
	BORDER: 1px solid #999;
}

.shadeform	{
	font: 11px verdana, arial, helvetica, sans-serif;
	color: #999;
	background-color:#303030;
	text-align: left;
	WIDTH: 200px;
	BORDER: 1px solid #999;
}
form {
		margin: 0;
		padding: 0;
}

input, textarea, select {
	background-color: #303030;
	border: 0;
}

input[type="text"], input[type="password"], select, textarea {
	color: #999;
	padding: 0.2em;
}

input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus {
	background-color: #252525;
}

/*this is for Opera*/

input[type="button"], input[type="submit"], input[type="reset"] {
	background-color: #303030;
	color: #999;
	padding: 2px;
}

input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
	color: 33ccff;
}

/* end of Opera*/

#content input[type="text"], #content input[type="password"], #content select, #content textarea {
		width: 100%;
		margin-bottom: 10px;
}



.button {
	background-color:#252525;
	FONT-FAMILY:Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 8pt;
	height: 20px;
	font-weight:normal;
	text-align: center;
}
.buttonon {
	background-color:#252525;
	FONT-FAMILY:Verdana, Arial, Helvetica, sans-serif;
	color: #33ccff;
	font-size: 8pt;
	height: 20px;
	font-weight: normal;
	text-align: center;
}


.button-popups {
	background-color:#252525;
	FONT-FAMILY:Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 8pt;
	height: 20px;
	font-weight: normal;
	text-align: center;
}


.buttonon-popups {
	background-color:#252525;
	FONT-FAMILY:Verdana, Arial, Helvetica, sans-serif;
	color: #33ccff;
	font-size: 8pt;
	height: 20px;
	font-weight: normal;
	text-align: center;
}








	
	


	
