/*************************************************************************
*                                                                        *
*                    OZ TALK TRAVEL Style Sheet     	                 *
*                                                                        *
*************************************************************************/

/*=======================================================================
	Standard Element Definitions
========================================================================*/

h1 {font-size:170%;
	color:#990000;
	font-weight:normal;}
h2 {font-size:140%;
	color:#000066;
	font-weight:normal;}
h2 a {
	font-weight:bold;}	
h3 {font-size:110%;
	color:#444;}
h4 {}
h5 {}
h6 {}address {}

/* Structured text */
em {}
strong {}
dfn {}
code {}
samp {}
kbd {}
var {}
cite {}
abbr {}
acronym {}
blockquote {}
q {}
sub {}
sup {}
p {}
pre {}
ins {}
del {}

/* Lists */
ul {}
ol {}
li {}
dl {}
dt {}
dd {}

/* Tables */
table {}
caption {}
thead {}
tfoot {}
tbody {}
colgroup {}
col {}
tr {}
th {
	font-size:12px;
	padding:5px;}
td {font-size:12px;
	padding:5px;}

/* The A element */
a:link { color:#003399;}
a:visited { color:#003399;}
a:link:hover { color:#FF0000;} /* [1] */
a:visited:hover { color:#FF0000;}
a:active {}
a:focus {}
a:focus:hover {}

/* Objects, Images, and Applets */
img {}
img {border: 0px solid;}
object {}
applet {}

/* Alignment, font styles, and horizontal rules */
tt {}
i {}
b {}
big {}
small {}
hr {
	border:0;
	color:#ccc;
	background-color:#ccc;
	height:1px;}

/* Frames */
iframe {
	border:0;}

/* Forms */
form {}

input {
	background-color: #ffffff;
	border: 1px solid #c0c0c0;
	color: #000000;
	font-size: 80%;}
	
input:focus {
	border:1px #09c solid;}
	
input.send {
	background-color:#fff;
	color:#333;
	font-weight:bold;
	font-size:12px;
	border:1px #09c solid;}
	
input.reset {
	background-color:#fff;
	color:#333;
	font-weight:normal;
	font-size:12px;
	border:1px #09c solid;}	
	
button {}

button:focus {}

select {
	font-size:80%;
	border:1px #0cc solid;}
	
select:focus {}

optgroup {}

option {}

textarea {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:80%;
	border:1px #0cc solid;}
	
textarea:focus {}

label {
	color: #000000;
	font-size: 12px;
	text-decoration: none;}
	
fieldset {}
legend {}