/*
 *	ColyIrr CSS Styles
 */

/* Defaults */
body, a, p, td {
	font-family: Arial, helvetica, sans, verdana;
	font-size: 8pt;
	}

/* Nav options */
.linkItems {
	color: White;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	}


/* Platform selection */
.psHeading_blue {
	font-size: 10pt;
	font-weight: bold;
	color: Gray; /*: Navy;*/
	}

.psHeading_brown {
	font-size: 10pt;
	font-weight: bold;
	color: Gray; /* #996600; */
	}
	
.psButton_blue {
	background: url(../images/nav/solid_blue.png);
	width: 129px;
	height: 30px;
	padding-right: 1px;
	padding-bottom: 1px;
	cursor: hand;
	color: #efefef;
	font-size: 8pt;
	font-weight: bold;
	}

.psButton_brown {
	background: url(../images/nav/solid_brown.png);
	width: 129px;
	height: 30px;
	padding-right: 1px;
	padding-bottom: 1px;
	cursor: hand;
	color: #efefef;
	font-size: 8pt;
	font-weight: bold;
	}

.psButton_blue_o {
	background: url(../images/nav/border_blue.png);
	width: 129px;
	height: 30px;
	padding-left: 1px;
	padding-top: 1px;
	cursor: hand;
	color: Navy;
	font-size: 8pt;
	font-weight: bold;
	}

.psButton_brown_o {
	background: url(../images/nav/border_brown.png);
	width: 129px;
	height: 30px;
	padding-left: 1px;
	padding-top: 1px;
	cursor: hand;
	color: #996600;
	font-size: 8pt;
	font-weight: bold;
	}
		