@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/blackberry-repair-bg.jpg);
	color: #003366;
	background-color: #003366;
	background-repeat: repeat;
	font-family:Arial, Helvetica, sans-serif;
}
.smaller {font-size:smaller}
.xx-small {font-size:xx-small}
.x-small {font-size:x-small}
.small {font-size:small}
.medium {font-size:medium}

.arial {font-family:Arial, Helvetica, sans-serif}
.times-roman {font-family:"Times New Roman", Times, serif;}
.med-grey {color: #333333}

a:link {color: #003366;}
a:visited {color: #333333;}
a:hover {color: #990000;}
a:active {color: #003366;}
.bgColor-yellow {background-color: #FFFFCC;}
.bgColor-white {background-color: #FFFFFF}

.size-9 {font-size:9px;}
.size-10 {font-size:10px;}
.size-14 {font-size:14px;}

.dark-grey {color: #000033}
.italic {font-style: italic;}
.black {color:#000000;}
.white {color:#FFFFFF;}
.red {color:#990000}

.bgColor {background-color: #FFFFCC;}
.blackberry-border {
	border-width: medium;
	border-style: solid;
	border-bottom-style: none;
	border-color: #CCCCCC;
}
.blackberry-bodyborder {
	border-width: medium;
	border-style: solid;
	border-top-style: none;
	border-color: #CCCCCC;
}
.blackberry-replacement-parts a {color: #990000; font-size:small}
.blackberry-replacement-parts a:hover {color:#003366;}