/**********************************************************/
/*                                                        */
/* style.css - Cascading Style Sheet                      */
/*                                                        */
/* Client:     Collins Reinforcements Limited             */
/*                                                        */
/* Copyright: (c) 1998-05 all rights reserved by :-       */
/*                Technical System Services Limited       */
/*                                                        */
/**************{ Version: 4.0 - SC 18/10/05 }**************/

BODY, P, TR, TD, OL, LI {
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 12px;
   line-height: 12px;
   color: black;
}

BODY {

   margin: 10px;

}


TR, TD {                    /* make table text a little more compact */
   font-size: 10px;
   line-height: 10px;
}

EM {
   color: #283b91;                 /* Collins blue #005980 */
   font-style: normal;
   font-weight: bold;
}   

S {                                  /* hijack 'strikeout' as prompt */
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 12px;
   line-height: 13px;
   font-style: normal;
   font-weight: bold;
   text-decoration: none;                /* disable actual strikeout */
   margin-bottom: 1px;
   margin-top: 1px;
   color: black;
}   

H1, H2, H3, H4, H5, H6 {
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 16px;
   line-height: 16px;                                /* needed NN4.5 */
   margin-bottom: 1px;
   margin-top: 1px;
   font-weight: 900;
   color: black;
}   

H5 {
   font-size: 14px;
   line-height: 14px;                                /* needed NN4.5 */
   color: #283b91;                 /* Collins blue #005980 */
   font-weight: 900;
}
.accesories {
	font-size: 14px;                                /* needed NN4.5 */
	color: #283b91;
	text-align: left;
}

.accesoriescopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-align: left;
}

H6 {
   font-size: 12px;
   line-height: 12px;                                /* needed NN4.5 */
   color: rgb(100%, 100%, 100%);                  /* aka. pure white */
   font-weight: 900;
}

.yella {
   color: #fae500;                /* Collins yella #D6CB00 */
   font-style: normal;
   font-weight: bold;
}

A,A:Link,A:Visited {
   font-family: Verdana, Helvetica, sans-serif;
   font-weight: bold;
   color: blue;
   text-decoration: none;
}

A:Visited {
   color: red;
}

A:Hover {                                    /* CSS2 special for IE4 */
   color: lime;
   text-decoration: underline;
}

body tr .bullets ul {
list-style-type: square;
list-style-position: outside;
margin: 10px 0 0 20px;
padding: 0;
}

body tr .bullets ul li {
padding: 0 0 6px 0;
font-size: 14px;
font-weight: normal;
color: #283b91;
}
