﻿
body {
	margin:0;padding:0;
	background:#fff;
	color:#5a5a5a;
	font-size:62.5%;
	font-family:Arial,Verdana,sans-serif;
}


img {
	display:block;
	border:0;
}


td { font-size:1em; padding:0; border:0; }


h1, h2, h3 {	
	clear:both;
	margin:0;
	padding:0;
	margin-bottom:10px;
}
p { margin:0 0 1em 0; }

/* default must be same as top declaration in main css */
a { color:#0081c6; text-decoration:underline; }
a:hover { text-decoration:none; }

strong { font-weight:bold;}

/* wysiwyg styles */

p { font-size:11px; }
.intro { font-weight:bold; }
.introblue { font-weight:bold; color:#0081C6; }

h1 { 
	color:#75C81C; 
	font-size:18px;
}
h2 {
	color:#75c81c;
	font-size:15px;
}
h3 {
	color:#0081C6;
	font-size:15px;
}

/* colours */


.trTextBlue {
	color:#0081C6;
}

/* default list */
.trListBullet {
	margin:0; padding:0;
	list-style-type:none;
	margin-bottom:1em;
}
.trListBullet li {
	margin:3px 0 0;
	padding:0 0 0 10px;
	background:url(/01/images/teleroute/bullet.gif) no-repeat 0 5px;
	font-size:11px;
}

/* blue bullet list */

.trListBulletBlue {
	margin:0; padding:0;
	list-style-type:none;
	margin-bottom:1em;
}
.trListBulletBlue li {
	margin:3px 0 0;
	padding:0 0 0 10px;
	font-size:11px;
	background:url(/01/images/teleroute/bullet_blue.gif) no-repeat 0 5px;
}


/* blue link list */
.trlinkList {
	margin:0 0 1em;
	padding:0;
	list-style-type:none;
}
.trlinkList li {
	background:url(/01/images/teleroute/arrow-linklist.gif) no-repeat 0 2px;
	padding-left:10px;
	font-size:11px;
	padding-bottom:2px
}
.trlinkList li a {
	color:#0081C6;
	font-size:11px;
}

/* fixed width buttons for wysiwyg */
.blueButton {
	display:block; margin:0 0 1em;
	cursor:pointer;
	width:131px;
	height:21px;
	padding:4px 3px 0 13px;
	text-align:left;
	text-decoration: none;
	font-size:11px; font-weight:bold;
	color:#fff;
	background-image:url(/01/images/teleroute/buttons/wysiwyg-button-blue.gif);
}
.orangeButton {
	display:block; margin:0 0 1em;
	cursor:pointer;
	width:131px;
	height:21px;
	padding:4px 3px 0 13px;
	text-align:left;
	text-decoration: none;
	font-size:11px; font-weight:bold;
	color:#fff;
	background-image:url(/01/images/teleroute/buttons/wysiwyg-button-orange.gif);
}

