@charset "UTF-8";

div#CONTENT {width: 630px;}

div.fourwheel h4 a,
div.fourwheel h4 a:link,
div.fourwheel h4 a:visted,
div.twowheel h4 a,
div.twowheel h4 a:link,
div.twowheel h4 a:visted,
div.others h4 a,
div.others h4 a:link,
div.others h4 a:visted,
div.students h4 a,
div.students h4 a:link,
div.students h4 a:visted {
	color:#000000;
}

/* @group COLORS */

div#CONTENT a{
	color: #333333;
}
/**** BLUE ****/
div.fourwheel div#WRAPPER,
div.about div#WRAPPER
{
	background: transparent url(../images/safety/copy.fourwheel.gif) no-repeat right top;
}
div.fourwheel div#CONTENT a:hover
{
	color: #387CBE;
}
/**** GREEN ****/
div.twowheel div#WRAPPER {
	background: transparent url(../images/safety/copy.twowheel.gif) no-repeat right top;
}
div.twowheel  div#CONTENT a:hover
{
	color: #17A089;
}

/**** YELLOW ****/
div.others div#WRAPPER {
	background: transparent url(../images/safety/copy.others.gif) no-repeat right top;
}
div.others  div#CONTENT a:hover{
	color: #FAC412;
}

/**** PINK ****/
div.students div#WRAPPER {
	background: transparent url(../images/safety/copy.students.gif) no-repeat right top;
}
div.students  div#CONTENT a:hover
{
	color: #FF8181;
}

/* @end */

