.text
{
	font-family: 		Verdana, Helvetica;
    font-size: 	 		11px;
    line-height: 		160%;
    color: #000000;
}
a.text
{
    font-family: 		Verdana, Helvetica;
    font-size:      11px;
    line-height:    160%;
    color:          #AE1414;
}
a.text:hover
{
    font-family: 		Verdana, Helvetica;
    font-size: 			11px;
    line-height: 		160%;
    color:    			#000000;
    text-decoration: 	none;
}
.navtext
{
    font-family: 		Verdana;
    font-size: 			12px;
    color:  				#003399;
    font-weight:		bold;
    text-decoration: 	none;
}
.navtext:hover
{
    font-family: 		Verdana;
    font-size: 			12px;
    color:  				#003399;
    font-weight:		bold;
    text-decoration: 	underline;
}

.mybutton
{
	font-family : 		verdana,arial,helvetica;
    font-size : 		11px;
    color: 				#AE1414;
    background-color: 	#e3e3e3;
    text-decoration:	none;
    border-width: 		1px;
    border-color: 		#151515;
}
.myinput
{
	font-family : 		verdana,arial,helvetica;
    font-size : 		11px;
    color: 				#151515;
    background-color: 	#e3e3e3;
    text-decoration: 	none;
    border-width: 		1px;
    border-color: 		#151515;
}
.screenshot
{
	border-width: 		1px;
    border-color:		#000000;
    border-style:		solid;
}
.logintable
{
	border-width: 		1px;
    border-color:		#FFFFFF;
    border-style:		solid;
}

/* HTML Tags */
body
{
	padding: 			0px;
	margin:  			8px;
}
h1
{
 	font-family: 		Verdana;
  font-size: 			11px;
}

/* CSS-IDs */
#navcell
{
    background-image: url(images/menu01.jpg);
    padding: 			10px 10px 10px 18px;
    font-family: 		Verdana;
    font-size: 			12px;
    font-weight:		bold;
    vertical-align: 	top;
    color: 				#003399;
}
#newscell
{
    background-color:	#FFFFFF;
    background-image: url(images/bar01.jpg);
    background-repeat: no-repeat;
    padding: 			15px 20px 15px 20px;
    font-family: 		Verdana;
    font-size: 			11px;
    font-weight: 		normal;
    vertical-align: 	top;
    color: 				#000000;
    height:				200px;
}
#maincell
{
    padding: 			20px 15px 15px 15px;
    font-family: 		Verdana;
    font-size: 			11px;
    font-weight: 		normal;
    vertical-align: 	top;
    color: 				#000000;
    width:        513px;
}
#refcell
{
    padding: 			10px 20px 10px 0px;
    font-family: 		Verdana;
    font-size: 			11px;
    font-weight: 		normal;
    vertical-align: 	top;
    color: 				#000000;
}
