@media screen 
{	
	/* TOOLTIP */
	div.tooltip
	{
	    border              :   1px solid black;
	    background-color    :   InfoBackground;
	    font-family         :   Verdana;
	    font-size           :   11px;
	    color               :   Black;
	    display             :   none;
	    position            :   absolute;
	    padding             :   2px;
	    text-align          :   left;
	    overflow            :   visible;
	    max-width           :   700px;
	}
}
@media all
{
	* 
	{
		font-family			:	Verdana;
		font-size			:	11px;
	}
	
	html
	{
        overflow            :   scroll;
    }

	body
	{
		background-color    :   #000000;
		margin              :   0px;
	}
	
	hr
	{
	    color               :   #EAEAEA; /*A9A9A9*/
	    background-color    :   #EAEAEA;
	    border              :   0px solid #EAEAEA;
	    height              :   1px;
	    width               :   100%;
	    margin-left         :   auto;
	    margin-right        :   auto;
		margin				:	0px 0px 0px 0px;
	    text-align          :   center;
	}
	
	h1 {
		font-size			:	15px;
		text-decoration		:	none;
		margin				:	10px 0px 10px 0px;
		border-bottom		:	1px dotted #999999;
	}
	h2 {
		font-size			:	11px;
		text-decoration		:	none;
		margin				:	0px 0px 0px 0px;
		font-weight			:	bold;
	}

	img
	{
		border				:	0px;
	}

	table.design, tr.design, td.design
	{
		border				:	0px solid black;
		padding				:	0px;
		border-collapse		:	collapse;
		border-spacing		:	0px;
		vertical-align		:	top;
		margin				:	0px;
		font-size			:	11px;
		font-family			:	verdana;
	}

	a:link, a:visited  {
		text-decoration		:	none;
		font-size			:	11px;
		font-weight			:	normal;
	}
	a:hover, a:visited:hover {
		text-decoration		:	underline;
		font-size			:	11px;
		font-weight			:	normal;
	}

	/* TOPMENU */
	a.topmenu, a.topmenu:visited, a.topmenu:hover, a.topmenu:visited:hover
	{
		font-size			:	11px;
		color				:	#d3d3d3;
		font-weight			:	bold;
		text-decoration		:	none;
	}
	a.topmenu_selected, a.topmenu_selected:visited, a.topmenu_selected:hover, a.topmenu_selected:visited:hover
	{
		font-size			:	11px;
		color				:	#000000;
		font-weight			:	bold;
		text-decoration		:	none;
	}
	
	/* Info */
	span.info
	{
		color				:	red;
		font-weight			:	bold;
		width				:	100%;
		text-align			:	center;
		margin				:	10px auto 10px auto;
	}
	
	/* Forms */
	input, textarea {
		border 				:	1px solid #999999;
		background-color	:	white;
	}
}
