/**{
    font-family: Arial;
    font-size: 11px;
    color: #333333;
}*/
.small {
	font-size: 10px; 
}
.big {
	font-size: 14px; 
	font-weight: bold;
}
.normal {
	font-size: 12px; 
}

.redBig{
	color: #ff1400;
	text-transform: uppercase;
	font-weight: bold;
}

a.bigLink, a.bigLink:active, a.bigLink:visited, a.bigLink:hover{
    display:block;
	font-size: 11px;
    line-height:11px;
    text-decoration: none;
    text-transform:uppercase;
    color:#FFF;
    background: #585858 url('/images/linkArrow.gif') no-repeat 5px center;
    padding:5px 0px 5px 15px;
}

/* Links section ----------------------------------------------------------- */

a {  
	color: #ff0000; 
	text-decoration: none; 
	font-weight: bold; 
	margin: 0px;
	padding: 0px;
}
a:hover {  
	color: #ff0000;
	text-decoration: underline; 
	margin: 0px;
	padding: 0px;
}

a:active, a:visited {  
	color: #ff0000; 
}

a strong{  
    color: #ff0000;
}
/* Links section End-------------------------------------------------------- */

body {font-size: 62.5%; background-color: #FFFFFF}


body, td, p, li, ul, ol, dl {
	color: #333;
}



ul, ol {
	/*list-style-image:  url(/images/bullet.gif);)*/
    margin:  0 0 10px 0;
    padding: 0;
}

li, dt {margin:  0 0 0;
    padding: 0;font-size: 1.2em;
    list-style-type: none;
    background: url(/images/bullet.gif) no-repeat 5px 3px;
    padding-left: 20px;
}

dt {font-weight: bold; line-height: 1.8em; margin-top: 10px;}
dd { font-size: 1.2em; line-height: 1.8em; margin-bottom: 10px;}
p, dd {
	margin: 0 0 10px 0;
	}

p, ul, ol, h2, h3, h4 {padding-left: 0; padding-right: 40px; }

h2 {
    color: #666;
    font-family: Arial;
    font-size: 1.8em;
    margin-bottom: 13px;
}

h3 {
    color: #222;
    font-family: Arial;
    font-size: 1.5em;
    margin-bottom: 13px;
}
