﻿
/* generic */
p { margin: 10px; font-family: Arial, Sans-Serif; }
p img { margin: 10px; }
p a img,
ul li img { border: none; }

*.hide { position:absolute; left:0px; top:-500px; width:1px; height:1px; overflow:hidden; }
*.blackArrowRight { padding: 0px 10px 0px 0px; background-image: url(/images/furniture/blackArrowRight.gif); background-repeat: no-repeat; background-position: right; }
*.whiteArrowRight { padding: 0px 10px 0px 0px; background-image: url(/images/furniture/whiteArrowRight.gif); background-repeat: no-repeat; background-position: right; }

*.red { color: #f10; }

*.larger { font-size: 120%; }
*.smaller { font-size: 85%; }

*.alignCentre { text-align: center; }
*.alignRight { text-align: right; }

*.floatLeft { float: left; }
*.floatRight { float: right; }

*.marginTop { margin-top: 10px; }
*.marginBottom { margin-bottom: 10px; }

*.error { color: #f10; font-weight: bold; }