/*css stylesheet

in head of html doc:
<link rel="stylesheet" type="text/css" href="kinetigo.css" />
*/

/*links*/
a:link     {color:#CCCCCC}
a:visited  {color:#AAAAAA}
a:active   {color:#CCCCCC}
a:hover    {color:#EEEEEE}

.borderbg{ 
	image: url('../imgs_accessory/dotbg4.jpg');
	background-image: url('../imgs_accessory/dotbg4.jpg');
	/*background-color: #5D1D1D;	*/
	background-repeat: repeat;
}

.mainimg{
	position: static;
}

.imglogo{
	position: relative;
	left: 0 px;
	bottom: 59 px;
}

.navMenu{
	color: #FFFFCC;
	font-size: 90%;
	font-weight: bold;
	font-family: Georgia, Times New Roman, Times, serif;
}

.textbg{
	background-color: #FFFFFF;
	vertical-align: top;
	font-family: arial;
	font-size: 11px;
}
.mainContent{	/*Should be inside .textbg !!!*/
	
}
.slogan{
	font-weight: bold;
	font-family: Georgia, Times New Roman, Times, serif;
	clear: both;
}
.ul{
	list-style-image: url("imgs_accessory/diamond.gif");
	list-style-position: outside;
}
.rulesHeader{
	font-size: 12px;
}
.rulesContent{
	font-size: 10px;
}
.warning{
	color: red;
	font-size: 14px;
	font-weight: bold;
}
.warningContent{
	color: red;
	font-size: 9px;
}