/* CSS Document */

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-image: url(images/pttp_showcase_bkgrnd.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
}

.form {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #666666;
	}
	
.page_content {
	padding-left:45px;
	display:block;
	padding-right: 25px;
	line-height: 1.3em;
	}
	
.actor_name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight: bold;
	color:#666666;
	}
	
.resume_section {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight: bold;
	color:#666666;
	}
	
.headshot {
	border: 2px solid #82B3FF;
	padding: 5px;
	background-color: #fff;
	margin-right: 5px;
	}
	
a {
	color:  #82B3FF;
	text-decoration: underline;
	}

.dropdown_list {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	color: #666666;
	}
	
.form_title {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #82B3FF;
	font-weight: bold;
	}
	
.link_spacing {
	padding-top: 5px;
	padding-bottom: 5px;
	}